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"
]
} | |