Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

Wat is Mixture - Domain Specific Quick Notes?

Mixture - Domain Specific Quick Notes is een Chrome-extensie ontwikkeld door BrowseChat, en de belangrijkste functie is "Create notes specific to a domain or website.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Mixture - Domain Specific Quick Notes

Download Mixture - Domain Specific Quick Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
Officiële URL https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Beschrijving Create notes specific to a domain or website.
Bestandsgrootte 87.82 MB
Aantal Installaties 23
Huidige Versie 1.4
Laatst Bijgewerkt 2021-09-03
Publicatiedatum 2020-12-05
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar BrowseChat
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}