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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ↳ 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
이메일 [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'"
}