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
公式URL 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
Eメール [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'"
}