Context Currency Converter
This extension allows you to convert currencies from your context menu.
Context Currency Converterとは何ですか?
Context Currency Converterはpolivka.pavelによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to convert currencies from your context menu.」です。
拡張機能のスクリーンショット
Context Currency Converter拡張機能のCRXファイルをダウンロード
Context Currency Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The best currency converter out there. 拡張機能の基本情報
| 名前 | |
| ID | jnoakmgpnhbbjmojgbkhiihnelpobmkf |
| 公式URL | https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf |
| 説明 | This extension allows you to convert currencies from your context menu. |
| ファイルサイズ | 177 KB |
| インストール数 | 426 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2013-09-08 |
| 公開日 | 2013-09-08 |
| 評価 | 4.08/5 合計 24 レビュー |
| 開発者 | polivka.pavel |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Context Currency Converter",
"description": "This extension allows you to convert currencies from your context menu.",
"version": "1.0",
"background": {
"scripts": [
"back.js"
]
},
"permissions": [
"tabs",
"contextMenus",
"clipboardRead",
"http:\/\/openexchangerates.org\/"
],
"browser_action": {
"default_icon": "icon19.png",
"default_title": "Currency Converter",
"default_popup": "popup.html"
},
"author": "[email protected]",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |