Sakhr Dictionary
Sakhr Dictionary is an English to Arabic dictionary and vice versa...
Cos'è Sakhr Dictionary?
Sakhr Dictionary è un'estensione di Chrome sviluppata da مؤسسة الشارخ, e la sua funzione principale è "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sakhr Dictionary
Scarica i file di estensione Sakhr Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Sakhr Dictionary is an English to Arabic dictionary and vice versa
Informazioni di Base sull'Estensione
Nome | |
ID | bgipgkpaolpgcdgbmdjbdpmmehaijojb |
URL Ufficiale | https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Descrizione | Sakhr Dictionary is an English to Arabic dictionary and vice versa... |
Dimensione del File | 1 MB |
Conteggio Installazioni | 75 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2020-04-09 |
Data di Pubblicazione | 2020-04-07 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | مؤسسة الشارخ |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dictionary.alsharekh.org/ |
URL della Pagina di Aiuto | https://alsharekh.org/ |
Lingue Supportate | 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" ] } |