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
官方網址 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"
    ]
}