Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

Co je Mixture - Domain Specific Quick Notes?

Mixture - Domain Specific Quick Notes je rozšíření Chrome vyvinuté BrowseChat, a jeho hlavní funkcí je „Create notes specific to a domain or website.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Mixture - Domain Specific Quick Notes

Stáhněte si soubory rozšíření Mixture - Domain Specific Quick Notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
Oficiální URL https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Popis Create notes specific to a domain or website.
Velikost souboru 87.82 MB
Počet instalací 23
Aktuální Verze 1.4
Poslední Aktualizace 2021-09-03
Datum Vydání 2020-12-05
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář BrowseChat
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}