smartware
Smart Plugin for Chrome
Cos'è smartware?
smartware è un'estensione di Chrome sviluppata da http://www.genietoolbars.com, e la sua funzione principale è "Smart Plugin for Chrome".
Scarica il file CRX dell'estensione smartware
Scarica i file di estensione smartware 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
Smart Plugin for Chrome
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | nghgimeiakkfjihnijlacdmgdkdmhhpm |
URL Ufficiale | https://chrome.google.com/webstore/detail/smartware/nghgimeiakkfjihnijlacdmgdkdmhhpm |
Descrizione | Smart Plugin for Chrome |
Dimensione del File | 10.68 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2014-02-17 |
Data di Pubblicazione | 2014-02-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.genietoolbars.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "smartware", "manifest_version": 2, "version": "3.0", "background": { "scripts": [ "background.js", "backgroundhelper.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "content_script.js" ] } ] } |