Sakhr Dictionary
Sakhr Dictionary is an English to Arabic dictionary and vice versa...
¿Qué es Sakhr Dictionary?
Sakhr Dictionary es una extensión de Chrome desarrollada por مؤسسة الشارخ, y su función principal es "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sakhr Dictionary
Descarga archivos de extensión Sakhr Dictionary en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Sakhr Dictionary is an English to Arabic dictionary and vice versa
Información Básica de la Extensión
Nombre | |
ID | bgipgkpaolpgcdgbmdjbdpmmehaijojb |
URL Oficial | https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Descripción | Sakhr Dictionary is an English to Arabic dictionary and vice versa... |
Tamaño del Archivo | 1 MB |
Cantidad de Instalaciones | 75 |
Versión Actual | 0.1.3 |
Última Actualización | 2020-04-09 |
Fecha de Publicación | 2020-04-07 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | مؤسسة الشارخ |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dictionary.alsharekh.org/ |
URL de la Página de Ayuda | https://alsharekh.org/ |
Idiomas Soportados | 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" ] } |