monote

monote lets you bookmark products to find them again later.

什麼是monote?

monote是由http://www.monote.io開發的Chrome擴展程式,該擴展的主要功能是“monote lets you bookmark products to find them again later.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載monote擴展crx文件

下載monote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ↳ 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                    

擴展基本資訊

名稱 monote monote
ID anmibimddpcalenjmamohmfegpigbplg
官方網址 https://chrome.google.com/webstore/detail/monote/anmibimddpcalenjmamohmfegpigbplg
簡介 monote lets you bookmark products to find them again later.
檔案大小 399 KB
安裝次數 118
目前版本 1.5
更新時間 2018-04-08
上架時間 2018-04-08
評分 4.75/5 共 4 次評分
開發者 http://www.monote.io
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}