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 @@
|
|||
|
||||
browserAction.onClicked.addListener(function(tab) {
|
||||
if (localStorage.getItem("url") == null) {
|
||||
var url = false;
|
||||
}else{
|
||||
var url = localStorage.getItem("url");
|
||||
}
|
||||
tabs.executeScript({
|
||||
code: ''
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
var url = localStorage.getItem("url");
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Go2Ticket Firefox",
|
||||
"version": "1.0",
|
||||
"name": "Go2Ticket",
|
||||
"version": "1.1",
|
||||
"author": "Clément CHABANNE",
|
||||
|
||||
"description": "Allez directement à un numéro de ticket GLPI depuis son numéro.",
|
||||
|
@ -20,8 +20,7 @@
|
|||
"default_popup": "popup/go2ticket.html"
|
||||
},
|
||||
"options_ui": {
|
||||
"page": "options/options.html",
|
||||
"browser_style": false
|
||||
"page": "options/options.html"
|
||||
},
|
||||
"commands": {
|
||||
"_execute_browser_action": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user