Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

Mixture - Domain Specific Quick Notes là gì?

Mixture - Domain Specific Quick Notes là một tiện ích mở rộng Chrome được phát triển bởi BrowseChat, và tính năng chính của nó là "Create notes specific to a domain or website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mixture - Domain Specific Quick Notes

Tải xuống các tệp mở rộng Mixture - Domain Specific Quick Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
URL Chính Thức https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Mô tả Create notes specific to a domain or website.
Kích Thước Tệp 87.82 MB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-09-03
Ngày Phát Hành 2020-12-05
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển BrowseChat
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}