Convert Text to ISL
Converts your selected data to ISL
Convert Text to ISLとは何ですか?
Convert Text to ISLはThapariansによって開発されたChromeの拡張機能で、その主な機能は「Converts your selected data to ISL」です。
拡張機能のスクリーンショット
Convert Text to ISL拡張機能のCRXファイルをダウンロード
Convert Text to ISL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you to convert your text to ISL(Indian sign language). You can either select the text, right click on it and select convert text to ISL or straight away type your text in our extension. Rest is up to us. Hope your appreciate our efforts.
拡張機能の基本情報
名前 | |
ID | cnjkedbgijbppmonekeajnbdokgmkekd |
公式URL | https://chromewebstore.google.com/detail/convert-text-to-isl/cnjkedbgijbppmonekeajnbdokgmkekd |
説明 | Converts your selected data to ISL |
ファイルサイズ | 248 KB |
インストール数 | 96 |
現在のバージョン | 1.02 |
最終更新日 | 2019-05-17 |
公開日 | 2019-05-17 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Thaparians |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert Text to ISL", "version": "1.02", "description": "Converts your selected data to ISL", "icons": { "128": "logo.png", "48": "logo.png", "16": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ] } |