Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

What is Mixture - Domain Specific Quick Notes?

Mixture - Domain Specific Quick Notes is a Chrome extension developed by BrowseChat, and its main feature is "Create notes specific to a domain or website.".

Extension Screenshots

screenshot
screenshot

Download Mixture - Domain Specific Quick Notes Extension CRX File

Download Mixture - Domain Specific Quick Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
Official URL https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Description Create notes specific to a domain or website.
File Size 87.82 MB
Installation Count 23
Current Version 1.4
Last Updated 2021-09-03
Publish Date 2020-12-05
Rating 4.80/5 Total 5 Ratings
Developer BrowseChat
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}