v 1.1
This commit is contained in:
parent
b7eeb63eb1
commit
cdd2cd476e
BIN
go2ticket-chromium.crx
Normal file
BIN
go2ticket-chromium.crx
Normal file
Binary file not shown.
BIN
go2ticket-firefox.xpi
Normal file
BIN
go2ticket-firefox.xpi
Normal file
Binary file not shown.
|
@ -1,13 +1 @@
|
||||||
|
var url = localStorage.getItem("url");
|
||||||
browserAction.onClicked.addListener(function(tab) {
|
|
||||||
if (localStorage.getItem("url") == null) {
|
|
||||||
var url = false;
|
|
||||||
}else{
|
|
||||||
var url = localStorage.getItem("url");
|
|
||||||
}
|
|
||||||
tabs.executeScript({
|
|
||||||
code: ''
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
});
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Go2Ticket Firefox",
|
"name": "Go2Ticket",
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"author": "Clément CHABANNE",
|
"author": "Clément CHABANNE",
|
||||||
|
|
||||||
"description": "Allez directement à un numéro de ticket GLPI depuis son numéro.",
|
"description": "Allez directement à un numéro de ticket GLPI depuis son numéro.",
|
||||||
|
@ -20,8 +20,7 @@
|
||||||
"default_popup": "popup/go2ticket.html"
|
"default_popup": "popup/go2ticket.html"
|
||||||
},
|
},
|
||||||
"options_ui": {
|
"options_ui": {
|
||||||
"page": "options/options.html",
|
"page": "options/options.html"
|
||||||
"browser_style": false
|
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"_execute_browser_action": {
|
"_execute_browser_action": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user