Sakhr Dictionary
Sakhr Dictionary is an English to Arabic dictionary and vice versa...
Что такое Sakhr Dictionary?
Sakhr Dictionary - это расширение Chrome, разработанное مؤسسة الشارخ, и его основная функция - "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".
Снимки экрана расширения
Скачать файл CRX расширения Sakhr Dictionary
Скачайте файлы расширений Sakhr Dictionary в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Sakhr Dictionary is an English to Arabic dictionary and vice versa
Основная информация о расширении
Название | |
ID | bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Официальный URL | https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Описание | Sakhr Dictionary is an English to Arabic dictionary and vice versa... |
Размер файла | 1 MB |
Количество установок | 75 |
Текущая Версия | 0.1.3 |
Последнее Обновление | 2020-04-09 |
Дата публикации | 2020-04-07 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | مؤسسة الشارخ |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://dictionary.alsharekh.org/ |
URL страницы помощи | https://alsharekh.org/ |
Поддерживаемые языки | 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" ] } |