Easy Bookmark

Easy bookmark pages.

Easy Bookmark란 무엇입니까?

Easy Bookmark은(는) nghiai3e에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy bookmark pages."입니다.

확장 프로그램 스크린샷

screenshot

Easy Bookmark 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easy Bookmark - Much more convenient for bookmarking pages. No more wasted time to find and organize your bookmark.

+ Easily find and select which folder that bookmarked pages should belong to.
+ Easily create new folder and save your favorite page.
+ Support auto suggestion to choose folders. 
+ Support shortcut key. The default shortcut is Ctrl + Shift + Y.
+ Totally free!!!                    

확장 프로그램 기본 정보

이름 Easy Bookmark Easy Bookmark
ID kdidhjilcckdjjpfddiclfpadmjonpnk
공식 URL https://chromewebstore.google.com/detail/easy-bookmark/kdidhjilcckdjjpfddiclfpadmjonpnk
설명 Easy bookmark pages.
파일 크기 60.16 KB
설치 횟수 117
현재 버전 1.3.4
최근 업데이트 2015-11-21
출시 날짜 2015-11-21
평점 4.00/5 총 13 개의 평점
개발자 nghiai3e
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Bookmark",
    "version": "1.3.4",
    "manifest_version": 2,
    "description": "Easy bookmark pages.",
    "short_name": "EasyBookmark",
    "icons": {
        "16": "images\/bookmark16.png",
        "24": "images\/bookmark24.png",
        "32": "images\/bookmark32.png",
        "48": "images\/bookmark48.png"
    },
    "background": {
        "page": "popup.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "web_accessible_resources": [
        "css\/*.*",
        "images\/*.*"
    ],
    "page_action": {
        "default_icon": "images\/bookmark16.png",
        "default_title": "Bookmark this page",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl + Shift + Y",
                "windows": "Ctrl + Shift + Y",
                "mac": "Ctrl + Shift + Y",
                "linux": "Ctrl + Shift + Y"
            },
            "global": false,
            "description": "Easy bookmark"
        }
    }
}