Meemo

This extension allows to add the current page with notes into Meemo.

ما هو Meemo؟

Meemo هو إضافة Chrome تم تطويرها بواسطة https://meemo.minimal-space.de، والميزة الرئيسية لها هي "This extension allows to add the current page with notes into Meemo.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Meemo

قم بتنزيل ملفات الامتداد Meemo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Meemo Meemo
ID lhkjapedcimeeiildlmebipnekekjmod
عنوان URL الرسمي https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod
الوصف This extension allows to add the current page with notes into Meemo.
حجم الملف 22.06 KB
عدد التثبيتات 105
النسخة الحالية 0.2.0
آخر تحديث 2017-02-12
تاريخ النشر 2017-02-12
تقييم 5.00/5 مجموع تقييمات 2
المطور https://meemo.minimal-space.de
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meemo",
    "description": "This extension allows to add the current page with notes into Meemo.",
    "homepage_url": "https:\/\/meemo.minimal-space.de",
    "icons": {
        "128": "logo.png"
    },
    "version": "0.2.0",
    "browser_action": {
        "default_title": "Meemo",
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "logo.png"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}