Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

什么是Mixture - Domain Specific Quick Notes?

Mixture - Domain Specific Quick Notes是由BrowseChat开发的Chrome扩展程序,该扩展的主要功能是“Create notes specific to a domain or website.”。

扩展截图

screenshot
screenshot

下载Mixture - Domain Specific Quick Notes扩展crx文件

下载Mixture - Domain Specific Quick Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
官方URL https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
简介 Create notes specific to a domain or website.
文件大小 87.82 MB
安装次数 23
当前版本 1.4
更新时间 2021-09-03
上架时间 2020-12-05
评分 4.80/5 共5次评分
开发者 BrowseChat
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}