Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

Apa itu Mixture - Domain Specific Quick Notes?

Mixture - Domain Specific Quick Notes adalah ekstensi Chrome yang dikembangkan oleh BrowseChat, dan fitur utamanya adalah "Create notes specific to a domain or website.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mixture - Domain Specific Quick Notes

Unduh file ekstensi Mixture - Domain Specific Quick Notes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
URL Resmi https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Deskripsi Create notes specific to a domain or website.
Ukuran File 87.82 MB
Jumlah Instalasi 23
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-09-03
Tanggal Publikasi 2020-12-05
Penilaian 4.80/5 Total 5 Penilaian
Pengembang BrowseChat
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}