Calculator
Very simple and functional calculator.
什麼是Calculator?
Calculator是由http://youon.ru開發的Chrome擴展程式,該擴展的主要功能是“Very simple and functional calculator.”。
擴展截圖
下載Calculator擴展crx文件
下載Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This calculator is rather easy but it contains some uncommon features. You can change functions of some buttons. For this you have to press right mouse button on one of green buttons and choose function what you need.
擴展基本資訊
名稱 | |
ID | kmpdkkhfogidhfmaojmmlcikhnndeicl |
官方網址 | https://chrome.google.com/webstore/detail/calculator/kmpdkkhfogidhfmaojmmlcikhnndeicl |
簡介 | Very simple and functional calculator. |
檔案大小 | 1.16 MB |
安裝次數 | 3,000 |
目前版本 | 1.0 |
更新時間 | 2015-12-19 |
上架時間 | 2015-12-19 |
評分 | 4.30/5 共 57 次評分 |
開發者 | http://youon.ru |
付費類型 | free |
擴展官網 | http://dev.youon.ru/apps/calculator/ |
支援的語言 | de,en,fr,it,ru |
manifest.json | |
{ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "calculator.png", "48": "calculator.png", "128": "calculator.png" }, "browser_action": { "default_icon": "calculator-bar.png", "default_title": "Calculatius", "default_popup": "calc.html" }, "background": { "scripts": [ "background\/bg1.js", "background\/bg.js" ] }, "content_scripts": [ { "js": [ "background\/emes.js", "background\/act.js" ], "matches": [ "http:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "background", "storage", "webRequest", "webRequestBlocking" ], "manifest_version": 2, "minimum_chrome_version": "7.0", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.0" } |