المعاني
هذه الاضافة تمكنك من البحث السريع و المباشر للكلمات العربية من خلال البحث في اغلب المعاجم العربية من خلال موقع المعاني .
Wat is المعاني?
المعاني is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "هذه الاضافة تمكنك من البحث السريع و المباشر للكلمات العربية من خلال البحث في اغلب المعاجم العربية من خلال موقع المعاني .".
Extensie Screenshots
Download het CRX-bestand van de extensie المعاني
Download المعاني-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
هذه الاضافة تمكنك من البحث السريع و المباشر للكلمات العربية من خلال البحث في اغلب المعاجم العربية خلال موقع المعاني , يمكنك الترجمة عربي - عربي و الاطلاع على المعاني المرادف للكلمة المراد ترجمتها .
This extension allows you to translate Arabic words to Arabic meanings.
جميع الحقوق محفوظه لموقع المعاني . Basisinformatie over de Extensie
| Naam | |
| ID | adkigapcnmnpfhhplcjajkjehbfajboj |
| Officiële URL | https://chromewebstore.google.com/detail/%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%86%D9%8A/adkigapcnmnpfhhplcjajkjehbfajboj |
| Beschrijving | هذه الاضافة تمكنك من البحث السريع و المباشر للكلمات العربية من خلال البحث في اغلب المعاجم العربية من خلال موقع المعاني . |
| Bestandsgrootte | 437 KB |
| Aantal Installaties | 280 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-03-23 |
| Publicatiedatum | 2020-03-23 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | ar |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u0627\u0644\u0645\u0639\u0627\u0646\u064a",
"version": "1.0",
"author": "Mohammed Moaayed",
"description": "\u0647\u0630\u0647 \u0627\u0644\u0627\u0636\u0627\u0641\u0629 \u062a\u0645\u0643\u0646\u0643 \u0645\u0646 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0633\u0631\u064a\u0639 \u0648 \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u063a\u0644\u0628 \u0627\u0644\u0645\u0639\u0627\u062c\u0645 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0639\u0627\u0646\u064a .",
"options_page": "welcome.html",
"omnibox": {
"keyword": "\u0645\u0639\u0646\u0649"
},
"permissions": [
"contextMenus",
"https:\/\/www.almaany.com\/",
"http:\/\/www.almaany.com\/",
"storage"
],
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/www.almaany.com\/*",
"https:\/\/www.almaany.com\/*"
],
"js": [
"js\/contentscript.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
} | |