Convert Text
Allows you to convert text from a context menu.
Convert Textとは何ですか?
Convert Textはbecca.oooによって開発されたChromeの拡張機能で、その主な機能は「Allows you to convert text from a context menu.」です。
拡張機能のスクリーンショット
Convert Text拡張機能のCRXファイルをダウンロード
Convert Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Converts case of any editable, selected text, or the entire input area if no text is selected. Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.
拡張機能の基本情報
名前 | Convert Text |
ID | mcpglhjaahelnpjalcaeecgkjhkpokdn |
公式URL | https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn |
説明 | Allows you to convert text from a context menu. |
ファイルサイズ | 18.15 KB |
インストール数 | 459 |
現在のバージョン | 1.1.0 |
最終更新日 | 2015-05-22 |
公開日 | 2015-05-22 |
評価 | 3.29/5 合計 7 レビュー |
開発者 | becca.ooo |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert Text", "short_name": "Convert Text", "version": "1.1.0", "author": "9999yea.rs", "description": "Allows you to convert text from a context menu.", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "offline_enabled": true } |