المعاني

هذه الاضافة تمكنك من البحث السريع و المباشر للكلمات العربية من خلال البحث في اغلب المعاجم العربية من خلال موقع المعاني .

What is المعاني?

المعاني is a Chrome extension developed by Unknown, and its main feature is "هذه الاضافة تمكنك من البحث السريع و المباشر للكلمات العربية من خلال البحث في اغلب المعاجم العربية من خلال موقع المعاني .".

Extension Screenshots

screenshot
screenshot

Download المعاني Extension CRX File

Download المعاني extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        هذه الاضافة تمكنك من البحث السريع و المباشر للكلمات العربية من خلال البحث في اغلب المعاجم العربية  خلال موقع المعاني , يمكنك الترجمة عربي - عربي و الاطلاع على المعاني المرادف للكلمة المراد ترجمتها . 
This extension allows you to translate Arabic words to Arabic meanings.
جميع الحقوق محفوظه لموقع المعاني .                    

Extension Basic Information

Name المعاني المعاني
ID adkigapcnmnpfhhplcjajkjehbfajboj
Official URL https://chromewebstore.google.com/detail/%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%86%D9%8A/adkigapcnmnpfhhplcjajkjehbfajboj
Description هذه الاضافة تمكنك من البحث السريع و المباشر للكلمات العربية من خلال البحث في اغلب المعاجم العربية من خلال موقع المعاني .
File Size 437 KB
Installation Count 280
Current Version 1.0
Last Updated 2020-03-23
Publish Date 2020-03-23
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}