Zaqwes calc
Basic calc in your favorite browser
Cos'è Zaqwes calc?
Zaqwes calc è un'estensione di Chrome sviluppata da vda, e la sua funzione principale è "Basic calc in your favorite browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zaqwes calc
Scarica i file di estensione Zaqwes calc 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
Basic calc in your favorite browser. It will help you to make calculation. Always close at hand
Informazioni di Base sull'Estensione
Nome | Zaqwes calc |
ID | bmdnpcdbckbdbggdjjobgdjmmcglegcf |
URL Ufficiale | https://chromewebstore.google.com/detail/zaqwes-calc/bmdnpcdbckbdbggdjjobgdjmmcglegcf |
Descrizione | Basic calc in your favorite browser |
Dimensione del File | 87.38 KB |
Conteggio Installazioni | 114 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2013-06-12 |
Data di Pubblicazione | 2013-06-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | vda |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zaqwes calc", "version": "0.0.1", "manifest_version": 2, "description": "Basic calc in your favorite browser", "background": { "page": "background.html" }, "icons": { "16": "calc.png", "48": "calc.png", "128": "calc.png" }, "options_page": "options.html", "browser_action": { "default_icon": "calc.png", "default_title": "Zaqwes calc" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*\/*.jpg", "http:\/\/*\/*.png" ], "css": [ "calc.css" ], "js": [ "libs\/jquery.1.8.js", "calc.js" ] } ], "web_accessible_resources": [ "calc.html" ] } |