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 |
官方URL | 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" } |