Quick Bookmarks

A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…

Quick Bookmarks란 무엇입니까?

Quick Bookmarks은(는) Michal Sukupčák에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Quick Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A convenient way how to access your Chrome bookmarks from any website you're currently browsing.

Extension serves only as a bookmark viewer and uses existing bookmark system in Chrome - no need to create additional accounts or configuration, everything is based off Chrome's Bookmarks API.


-----------------------------
Changelog:

1.0.1: Bugfixes and minor UI improvements
- too many entries in a folder no longer break footer
- bookmarks moved above folders
- bookmarks and folders are now separated with a line
- new scrollbar style

-----------------------------

This tiny project was done in one afternoon and source code is published on Github: 
https://github.com/michalsukupcak/Quick-Bookmarks

If you have any suggestions for improvements or additional features, feel free to contact me or create an issue on Github.                    

확장 프로그램 기본 정보

이름 Quick Bookmarks Quick Bookmarks
ID ngjhfblpldlbjepafgfogecbiengkkbi
공식 URL https://chrome.google.com/webstore/detail/quick-bookmarks/ngjhfblpldlbjepafgfogecbiengkkbi
설명 A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…
파일 크기 93.04 KB
설치 횟수 262
현재 버전 1.0.1
최근 업데이트 2015-09-04
출시 날짜 2015-09-04
평점 5.00/5 총 1 개의 평점
개발자 Michal Sukupčák
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Quick Bookmarks",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}