Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

Qu'est-ce que Mixture - Domain Specific Quick Notes ?

Mixture - Domain Specific Quick Notes est une extension Chrome développée par BrowseChat, et sa fonction principale est "Create notes specific to a domain or website.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Mixture - Domain Specific Quick Notes

Téléchargez les fichiers d'extension Mixture - Domain Specific Quick Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
URL Officiel https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Description Create notes specific to a domain or website.
Taille du Fichier 87.82 MB
Nombre d'Installations 23
Version Actuelle 1.4
Dernière Mise à Jour 2021-09-03
Date de Publication 2020-12-05
Évaluation 4.80/5 Total 5 Évaluations
Développeur BrowseChat
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}