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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}