Context Currency Converter Mod
A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Context Currency Converter Modとは何ですか?
Context Currency Converter Modはdabinnによって開発されたChromeの拡張機能で、その主な機能は「A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.」です。
拡張機能のスクリーンショット
Context Currency Converter Mod拡張機能のCRXファイルをダウンロード
Context Currency Converter Mod拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Please try the original Context Currency Converter at first. https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
拡張機能の基本情報
名前 | |
ID | mccbndcnmkklfocdahmdillkbjnpidpl |
公式URL | https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl |
説明 | A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency. |
ファイルサイズ | 169 KB |
インストール数 | 447 |
現在のバージョン | 1.1 |
最終更新日 | 2018-06-15 |
公開日 | 2018-06-15 |
評価 | 4.93/5 合計 15 レビュー |
開発者 | dabinn |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "author": "[email protected]", "background": { "scripts": [ "back.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Currency Converter Mod" }, "description": "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Context Currency Converter Mod", "permissions": [ "tabs", "contextMenus", "clipboardRead", "http:\/\/openexchangerates.org\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |