KingConverter
Converting anything you want and back instantly in your webpage!
KingConverterとは何ですか?
KingConverterはryanr1230によって開発されたChromeの拡張機能で、その主な機能は「Converting anything you want and back instantly in your webpage!」です。
拡張機能のスクリーンショット
KingConverter拡張機能のCRXファイルをダウンロード
KingConverter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Non intrusive lightweight plugin that adds an option on right click -- only with selected text (Selecting the whole number is necessary) to convert that number from a unit to another unit, or currency to currency or anything else right on your web page just changing the text in front of you. The only requirement for the page is that you are selecting a number (Trailing characters on either side are usually okay though). No information is tracked, the plugin is customizable (add your own conversions, add your own currency conversions, remove currency conversions) Feel like you have something to add? This extension is open-source and on github - https://github.com/ryanr1230/KingConverter. And if you have a useful addition that you want to make publicly available, I will probably accept merge requests. Even if not the code is open-source, and you can see for yourself that none of this is storing any information you don't want it to.
拡張機能の基本情報
名前 | KingConverter |
ID | cjnejggdphnihnmfplaogldagfhmjdoo |
公式URL | https://chromewebstore.google.com/detail/kingconverter/cjnejggdphnihnmfplaogldagfhmjdoo |
説明 | Converting anything you want and back instantly in your webpage! |
ファイルサイズ | 52.18 KB |
インストール数 | 34 |
現在のバージョン | 0.0.2 |
最終更新日 | 2014-07-26 |
公開日 | 2014-07-25 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | ryanr1230 |
支払い方法 | free |
ヘルプページのURL | https://github.com/ryanr1230/KingConverter/blob/master/README.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KingConverter", "short_name": "kgC", "description": "Converting anything you want and back instantly in your webpage!", "version": "0.0.2", "options_page": "option\/option.html", "permissions": [ "storage", "contextMenus" ], "background": { "scripts": [ "jquery-1.11.1.min.js", "extensionscripts\/convert.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |