Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

Vad är Mixture - Domain Specific Quick Notes?

Mixture - Domain Specific Quick Notes är en Chrome-tillägg utvecklad av BrowseChat, och dess huvudfunktion är "Create notes specific to a domain or website.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Mixture - Domain Specific Quick Notes-förlängningens CRX-fil

Ladda ner Mixture - Domain Specific Quick Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
Officiell webbadress https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Beskrivning Create notes specific to a domain or website.
Filstorlek 87.82 MB
Antal Installationer 23
Aktuell Version 1.4
Senast Uppdaterad 2021-09-03
Publiceringsdatum 2020-12-05
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare BrowseChat
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}