Modern Calculator
Simple and Modern Calculator for Chrome browser.
什么是Modern Calculator?
Modern Calculator是由master94ga开发的Chrome扩展程序,该扩展的主要功能是“Simple and Modern Calculator for Chrome browser.”。
扩展截图
下载Modern Calculator扩展crx文件
下载Modern Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Modern Calculator is a simple and well made extension that open the calculator when you click on the icon. The calculator have three different style that you can chose from the settings page, you can choose also the size, the options are small, medium and big. Let me know if you like it, if all work correctly and all types of feedback are apprecieted.
扩展基本信息
名称 | Modern Calculator |
ID | fdpigloibdnkimfbebdgaaefdlkkjoha |
官方URL | https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha |
简介 | Simple and Modern Calculator for Chrome browser. |
文件大小 | 107 KB |
安装次数 | 10,000 |
当前版本 | 0.2 |
更新时间 | 2016-04-08 |
上架时间 | 2016-04-08 |
评分 | 4.36/5 共11次评分 |
开发者 | master94ga |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.giuseppeattanasio.me/project/#project/calculator |
帮助页面URL | http://www.giuseppeattanasio.me/#Contact |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modern Calculator", "options_page": "settings.html", "description": "Simple and Modern Calculator for Chrome browser.", "version": "0.2", "permissions": [ "storage" ], "icons": { "19": "img\/19.png", "48": "img\/48.png", "38": "img\/38.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/48.png", "default_title": "Open Calculator!", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |