Zaqwes calc
Basic calc in your favorite browser
Vad är Zaqwes calc?
Zaqwes calc är en Chrome-tillägg utvecklad av vda, och dess huvudfunktion är "Basic calc in your favorite browser".
Tilläggsskärmbilder
Ladda ner Zaqwes calc-förlängningens CRX-fil
Ladda ner Zaqwes calc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Basic calc in your favorite browser. It will help you to make calculation. Always close at hand
Grundläggande Information om Tillägg
Namn | Zaqwes calc |
ID | bmdnpcdbckbdbggdjjobgdjmmcglegcf |
Officiell webbadress | https://chromewebstore.google.com/detail/zaqwes-calc/bmdnpcdbckbdbggdjjobgdjmmcglegcf |
Beskrivning | Basic calc in your favorite browser |
Filstorlek | 87.38 KB |
Antal Installationer | 114 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2013-06-12 |
Publiceringsdatum | 2013-06-12 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | vda |
Betalningssätt | free |
Stödda Språk | 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" ] } |