Sakhr Dictionary
Sakhr Dictionary is an English to Arabic dictionary and vice versa...
Co to jest Sakhr Dictionary?
Sakhr Dictionary to rozszerzenie Chrome opracowane przez مؤسسة الشارخ, a jego główną funkcją jest „Sakhr Dictionary is an English to Arabic dictionary and vice versa...”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sakhr Dictionary
Pobierz pliki rozszerzeń Sakhr 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
Sakhr Dictionary is an English to Arabic dictionary and vice versa
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Oficjalny URL | https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Opis | Sakhr Dictionary is an English to Arabic dictionary and vice versa... |
Rozmiar pliku | 1 MB |
Liczba instalacji | 75 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2020-04-09 |
Data Publikacji | 2020-04-07 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | مؤسسة الشارخ |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://dictionary.alsharekh.org/ |
Adres URL Strony Pomocy | https://alsharekh.org/ |
Obsługiwane Języki | 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" ] } |