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
Eメール [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"
    ]
}