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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |