SLA Dictionary
Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
Co to jest SLA Dictionary?
SLA Dictionary to rozszerzenie Chrome opracowane przez Sindhi Language Authority, a jego główną funkcją jest „Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SLA Dictionary
Pobierz pliki rozszerzeń SLA Dictionary 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
Select any text on browser and click on icon appeared at top-right corner of browser or right click and select SLA Meaning: Option from popup menu to translate into sindhi / english. For detail, visit our official portal: http://dic.sindhila.edu.pk
Podstawowe informacje o rozszerzeniu
Nazwa | SLA Dictionary |
ID | phpjjbogglpbjgnlldjdlinieejiamel |
Oficjalny URL | https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel |
Opis | Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi |
Rozmiar pliku | 58.66 KB |
Liczba instalacji | 156 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-03-06 |
Data Publikacji | 2016-03-05 |
Ocena | 4.62/5 Łącznie 13 Oceny |
Deweloper | Sindhi Language Authority |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SLA Dictionary", "short_name": "SLA Dict", "version": "1.0.1", "manifest_version": 2, "description": "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi", "homepage_url": "http:\/\/dic.sindhila.edu.pk", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |