monote

monote lets you bookmark products to find them again later.

monote là gì?

monote là một tiện ích mở rộng Chrome được phát triển bởi http://www.monote.io, và tính năng chính của nó là "monote lets you bookmark products to find them again later.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng monote

Tải xuống các tệp mở rộng monote 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

                        ↳ BOOKMARK
Save products you found online to your wishlist to find and buy them later.

↳ ORGANIZE
Sort your products into different lists and collections 
(e.g. "Book Reading List" or "Things I Need to Pack for my next Holiday")

↳ DECLUTTER
Avoid impulse purchases and make informed product decisions instead.

↳ DISCOVER
Find new products and collections based on the things you like.

More info:
www.monote.io                    

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

Tên monote monote
ID anmibimddpcalenjmamohmfegpigbplg
URL Chính Thức https://chrome.google.com/webstore/detail/monote/anmibimddpcalenjmamohmfegpigbplg
Mô tả monote lets you bookmark products to find them again later.
Kích Thước Tệp 399 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-04-08
Ngày Phát Hành 2018-04-08
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://www.monote.io
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": "monote",
    "description": "monote lets you bookmark products to find them again later.",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery-3.2.1.min.js",
                "vendor\/jquery.webui-popover.min.js",
                "monote.lib.js",
                "content.js"
            ],
            "css": [
                "vendor\/jquery.webui-popover.min.css",
                "styles.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/master-picture.svg",
        "popup.html",
        "popup.js",
        "application.css",
        "vendor\/rails-ujs.js",
        "icon.png",
        "styles.css"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:3000; object-src 'self'"
}