Bokemarks.com

Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.

Bokemarks.com란 무엇입니까?

Bokemarks.com은(는) http://www.bokemarks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bokemarks.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bokemarks is a bookmark manager which saves more than just the icon and title of the webpage. With Bokemarks, you can bookmark the video, the song, the article, the map (and more) depending on which webpage you are bookmarking. You can view your Bokemarks from any device and also add tags and notes to organize your Bokemarks.

How to use it:
Click to Save Bokemark (or Ctrl+S)
Double-Click to view your Bokemarks (or Ctrl+O)                    

확장 프로그램 기본 정보

이름 Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
공식 URL https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
설명 Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
파일 크기 23.84 KB
설치 횟수 56
현재 버전 0.92
최근 업데이트 2013-11-18
출시 날짜 2013-11-18
평점 5.00/5 총 5 개의 평점
개발자 http://www.bokemarks.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.bokemarks.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bokemarks.com",
    "version": "0.92",
    "description": "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "keyPress.js"
            ]
        }
    ]
}