Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

ما هو Mixture - Domain Specific Quick Notes؟

Mixture - Domain Specific Quick Notes هو إضافة Chrome تم تطويرها بواسطة BrowseChat، والميزة الرئيسية لها هي "Create notes specific to a domain or website.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Mixture - Domain Specific Quick Notes

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

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

                        Mixture is the extension for writing quick notes specific to a website.

Features 
-- Notes written will never leave your system (Mixture does not store any of your information).
-- Write quick notes specific to a domain i.e. different note for different website.
-- Search all notes quickly using domain name or content.

**Mixture does not collect any of your browsing or personal information**

Mixture by BrowseChat.                    

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

الاسم Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
عنوان URL الرسمي https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
الوصف Create notes specific to a domain or website.
حجم الملف 87.82 MB
عدد التثبيتات 23
النسخة الحالية 1.4
آخر تحديث 2021-09-03
تاريخ النشر 2020-12-05
تقييم 4.80/5 مجموع تقييمات 5
المطور BrowseChat
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mixture - Domain Specific Quick Notes",
    "description": "Create notes specific to a domain or website.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}