Faster Bookmark - Add Bookmark faster

Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)

Faster Bookmark - Add Bookmark faster란 무엇입니까?

Faster Bookmark - Add Bookmark faster은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Faster Bookmark - Add Bookmark faster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easy way to add bookmarks to any folder.
Includes spotlight-like search with mouse/keyboard integration.

Default shortcut: cmd+b (win:ctrl+b)

-----
Author: minhanhhere
Origin: https://github.com/ardcore/chrome-better-bookmark
Source code: https://github.com/minhanhhere/chrome-faster-bookmark                    

확장 프로그램 기본 정보

이름 Faster Bookmark - Add Bookmark faster Faster Bookmark - Add Bookmark faster
ID fibadljlplamppipiebabkdehecpabce
공식 URL https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce
설명 Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
파일 크기 32.27 KB
설치 횟수 902
현재 버전 1.3.1
최근 업데이트 2015-12-24
출시 날짜 2015-12-24
평점 4.46/5 총 28 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "author": "Minh Anh",
    "background": {
        "page": "init.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "action.png",
            "38": "action.png"
        },
        "default_popup": "background.html",
        "default_title": "Faster Bookmark Button"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Ctrl+B",
                "default": "Ctrl+B",
                "linux": "Ctrl+B",
                "mac": "Command+B",
                "windows": "Ctrl+B"
            }
        }
    },
    "description": "Easily add bookmarks to any folder. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)",
    "homepage_url": "https:\/\/github.com\/minhanhhere\/chrome-faster-bookmark",
    "icons": {
        "128": "bookmark.png",
        "16": "bookmark.png",
        "48": "bookmark.png"
    },
    "manifest_version": 2,
    "name": "Faster Bookmark - Add Bookmark faster",
    "shortname": "Faster Bookmark",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1"
}