Sakhr Dictionary
Sakhr Dictionary is an English to Arabic dictionary and vice versa...
O que é Sakhr Dictionary?
Sakhr Dictionary é uma extensão do Chrome desenvolvida por مؤسسة الشارخ, e sua principal característica é "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sakhr Dictionary
Baixe arquivos de extensão Sakhr 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
Sakhr Dictionary is an English to Arabic dictionary and vice versa
Informações Básicas da Extensão
Nome | |
ID | bgipgkpaolpgcdgbmdjbdpmmehaijojb |
URL Oficial | https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Descrição | Sakhr Dictionary is an English to Arabic dictionary and vice versa... |
Tamanho do Arquivo | 1 MB |
Contagem de Instalações | 75 |
Versão Atual | 0.1.3 |
Última Atualização | 2020-04-09 |
Data de Publicação | 2020-04-07 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | مؤسسة الشارخ |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dictionary.alsharekh.org/ |
URL da Página de Ajuda | https://alsharekh.org/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Sakhr Dictionary", "short_name": "Sakhr Dictionary", "icons": { "128": "icons\/icon_128.png", "48": "icons\/icon_48.png", "16": "icons\/icon_20.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Sakhr Dictionary is an English to Arabic dictionary and vice versa...", "background": { "page": "background.html" }, "homepage_url": "https:\/\/dictionary.alsharekh.org\/", "version": "0.1.3", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/icon_20.png", "default_title": "\u0642\u0627\u0645\u0648\u0633 \u0635\u062e\u0631" }, "permissions": [ "activeTab" ] } |