Convert Text to ISL
Converts your selected data to ISL
Vad är Convert Text to ISL?
Convert Text to ISL är en Chrome-tillägg utvecklad av Thaparians, och dess huvudfunktion är "Converts your selected data to ISL".
Tilläggsskärmbilder
Ladda ner Convert Text to ISL-förlängningens CRX-fil
Ladda ner Convert Text to ISL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cnjkedbgijbppmonekeajnbdokgmkekd |
Officiell webbadress | https://chromewebstore.google.com/detail/convert-text-to-isl/cnjkedbgijbppmonekeajnbdokgmkekd |
Beskrivning | Converts your selected data to ISL |
Filstorlek | 248 KB |
Antal Installationer | 96 |
Aktuell Version | 1.02 |
Senast Uppdaterad | 2019-05-17 |
Publiceringsdatum | 2019-05-17 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Thaparians |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |