Anywhere Calculator
This extension brings a calculator to any page.
什么是Anywhere Calculator?
Anywhere Calculator是由Frio开发的Chrome扩展程序,该扩展的主要功能是“This extension brings a calculator to any page.”。
扩展截图
下载Anywhere Calculator扩展crx文件
下载Anywhere Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Brings a simple calculator to any page!                     扩展基本信息
| 名称 |  | 
| ID | cabddmjlaijidngobenoepkphkcmedbf | 
| 官方URL | https://chromewebstore.google.com/detail/anywhere-calculator/cabddmjlaijidngobenoepkphkcmedbf | 
| 简介 | This extension brings a calculator to any page. | 
| 文件大小 | 5.42 KB | 
| 安装次数 | 309 | 
| 当前版本 | 1.2 | 
| 更新时间 | 2016-09-20 | 
| 上架时间 | 2016-09-19 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | Frio | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/FrioTime/Anywhere-Calculator | 
| 支持的语言 | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anywhere Calculator",
    "short_name": "Anywhere Calc",
    "version": "1.2",
    "description": "This extension brings a calculator to any page.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    }
} | |