Zaqwes calc
Basic calc in your favorite browser
什么是Zaqwes calc?
Zaqwes calc是由vda开发的Chrome扩展程序,该扩展的主要功能是“Basic calc in your favorite browser”。
扩展截图
下载Zaqwes calc扩展crx文件
下载Zaqwes calc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Basic calc in your favorite browser. It will help you to make calculation. Always close at hand 扩展基本信息
| 名称 | |
| ID | bmdnpcdbckbdbggdjjobgdjmmcglegcf |
| 官方URL | https://chromewebstore.google.com/detail/zaqwes-calc/bmdnpcdbckbdbggdjjobgdjmmcglegcf |
| 简介 | Basic calc in your favorite browser |
| 文件大小 | 87.38 KB |
| 安装次数 | 114 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2013-06-12 |
| 上架时间 | 2013-06-12 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | vda |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |