SLA Dictionary
Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
O que é SLA Dictionary?
SLA Dictionary é uma extensão do Chrome desenvolvida por Sindhi Language Authority, e sua principal característica é "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SLA Dictionary
Baixe arquivos de extensão SLA Dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | SLA Dictionary |
ID | phpjjbogglpbjgnlldjdlinieejiamel |
URL Oficial | https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel |
Descrição | Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi |
Tamanho do Arquivo | 58.66 KB |
Contagem de Instalações | 156 |
Versão Atual | 1.0.1 |
Última Atualização | 2016-03-06 |
Data de Publicação | 2016-03-05 |
Classificação | 4.62/5 Total de 13 Avaliações |
Desenvolvedor | Sindhi Language Authority |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |