Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

Cos'è Mixture - Domain Specific Quick Notes?

Mixture - Domain Specific Quick Notes è un'estensione di Chrome sviluppata da BrowseChat, e la sua funzione principale è "Create notes specific to a domain or website.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Mixture - Domain Specific Quick Notes

Scarica i file di estensione Mixture - Domain Specific Quick Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
URL Ufficiale https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Descrizione Create notes specific to a domain or website.
Dimensione del File 87.82 MB
Conteggio Installazioni 23
Versione Corrente 1.4
Ultimo Aggiornamento 2021-09-03
Data di Pubblicazione 2020-12-05
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore BrowseChat
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}