Convert Text to ISL
Converts your selected data to ISL
Co to jest Convert Text to ISL?
Convert Text to ISL to rozszerzenie Chrome opracowane przez Thaparians, a jego główną funkcją jest „Converts your selected data to ISL”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Convert Text to ISL
Pobierz pliki rozszerzeń Convert Text to ISL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cnjkedbgijbppmonekeajnbdokgmkekd |
Oficjalny URL | https://chromewebstore.google.com/detail/convert-text-to-isl/cnjkedbgijbppmonekeajnbdokgmkekd |
Opis | Converts your selected data to ISL |
Rozmiar pliku | 248 KB |
Liczba instalacji | 96 |
Aktualna Wersja | 1.02 |
Ostatnia Aktualizacja | 2019-05-17 |
Data Publikacji | 2019-05-17 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Thaparians |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |