iGetter Extension
Adds iGetter contextual menu commands.
Cos'è iGetter Extension?
iGetter Extension è un'estensione di Chrome sviluppata da https://www.igetter.net, e la sua funzione principale è "Adds iGetter contextual menu commands.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione iGetter Extension
Scarica i file di estensione iGetter Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds iGetter contextual menu commands. To work properly it requires iGetter application for Windows available on www.igetter.net
Informazioni di Base sull'Estensione
Nome | iGetter Extension |
ID | kefncalcphllnknagnlnfcndlehpkpck |
URL Ufficiale | https://chromewebstore.google.com/detail/igetter-extension/kefncalcphllnknagnlnfcndlehpkpck |
Descrizione | Adds iGetter contextual menu commands. |
Dimensione del File | 34.91 KB |
Conteggio Installazioni | 1,219 |
Versione Corrente | 2.7.5.1 |
Ultimo Aggiornamento | 2020-10-09 |
Data di Pubblicazione | 2020-10-09 |
Sviluppatore | https://www.igetter.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.igetter.net/ |
URL della Pagina di Aiuto | http://www.igetter.net/faq.html#q2-11 |
Lingue Supportate | de,en,fr,tr,es,it,hu,pl,pt-BR,bg,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "name": "iGetter Extension", "short_name": "iGetter Ext.", "description": "__MSG_description__", "version": "2.7.5.1", "manifest_version": 2, "homepage_url": "http:\/\/www.igetter.net\/faq.html#q2-11", "minimum_chrome_version": "28", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "helper.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_end", "all_frames": false } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "permissions": [ "cookies", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "contextMenus", "nativeMessaging", "downloads", "webNavigation", "notifications", "storage" ], "icons": { "16": "iGetter16.png", "48": "iGetter48.png", "128": "iGetter128.png" }, "web_accessible_resources": [ "iGetter128.png" ] } |