Sakhr Dictionary
Sakhr Dictionary is an English to Arabic dictionary and vice versa...
Vad är Sakhr Dictionary?
Sakhr Dictionary är en Chrome-tillägg utvecklad av مؤسسة الشارخ, och dess huvudfunktion är "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".
Tilläggsskärmbilder
Ladda ner Sakhr Dictionary-förlängningens CRX-fil
Ladda ner Sakhr Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Sakhr Dictionary is an English to Arabic dictionary and vice versa Grundläggande Information om Tillägg
| Namn | |
| ID | bgipgkpaolpgcdgbmdjbdpmmehaijojb |
| Officiell webbadress | https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb |
| Beskrivning | Sakhr Dictionary is an English to Arabic dictionary and vice versa... |
| Filstorlek | 1 MB |
| Antal Installationer | 75 |
| Aktuell Version | 0.1.3 |
| Senast Uppdaterad | 2020-04-09 |
| Publiceringsdatum | 2020-04-07 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | مؤسسة الشارخ |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://dictionary.alsharekh.org/ |
| Hjälpsida URL | https://alsharekh.org/ |
| Stödda Språk | 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"
]
} | |