Convert Text to ISL
Converts your selected data to ISL
What is Convert Text to ISL?
Convert Text to ISL is a Chrome extension developed by Thaparians, and its main feature is "Converts your selected data to ISL".
Extension Screenshots
Download Convert Text to ISL Extension CRX File
Download Convert Text to ISL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cnjkedbgijbppmonekeajnbdokgmkekd |
Official URL | https://chromewebstore.google.com/detail/convert-text-to-isl/cnjkedbgijbppmonekeajnbdokgmkekd |
Description | Converts your selected data to ISL |
File Size | 248 KB |
Installation Count | 96 |
Current Version | 1.02 |
Last Updated | 2019-05-17 |
Publish Date | 2019-05-17 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Thaparians |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |