Quick Bookmarks Menu

Quick access to bookmarks or favorites.

Quick Bookmarks Menu란 무엇입니까?

Quick Bookmarks Menu은(는) https://yuhaofe.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to bookmarks or favorites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Just click on the toolbar button to access your bookmarks.

Main feature:
1. Browse bookmarks with a breadcrumb navigation.
2. Enter a folder when mouse hovering over it automatically.
3. Search bookmarks easily.
4. Set startup folder by clicking current folder title.
5. Hide any items by right clicking on it. (Only hide in Quick Bookmarks Menu)
6. And many other customizations!! Includes horizontal layout, dark mode etc.

If you have any questions or suggestions, you can go to the support page and tell me, thanks!😀

Homepage: https://yuhaofe.com/quick-bookmarks-menu
GitHub: https://github.com/yuhaofe/Quick-Bookmarks-Menu

# Changelog ([ver] - yyyy-mm-dd)
[0.6.0] - 2021-10-12
- Add options page.
- Add context menu.
- Add middle button and keep showing customization.

[0.5.2] - 2021-09-28
- Fix horizontal layout not working properly.

[0.5.1] - 2019-09-14
- Rewrite all code for better maintainability.
- New feature: Hide items by right click.

[0.3.4] - 2019-09-06
- Add horizontal scroll layout to display more bookmarks.
- Change: close popup after open bookmarks.
- Fix color theme bugs.

[0.3.3] - 2019-05-08
- Add dark color theme. (auto color theme needs Chrome 76 or later version)                    

확장 프로그램 기본 정보

이름 Quick Bookmarks Menu Quick Bookmarks Menu
ID fkemipdcgbeknabedhecepcebhlnlhbf
공식 URL https://chromewebstore.google.com/detail/quick-bookmarks-menu/fkemipdcgbeknabedhecepcebhlnlhbf
설명 Quick access to bookmarks or favorites.
파일 크기 26 KB
설치 횟수 20,000
현재 버전 0.6.0
최근 업데이트 2022-04-20
출시 날짜 2019-09-14
평점 4.51/5 총 103 개의 평점
개발자 https://yuhaofe.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://yuhaofe.com/quick-bookmarks-menu
도움말 페이지 URL https://github.com/yuhaofe/Quick-Bookmarks-Menu/issues
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "version": "0.6.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/qbm16.png",
        "32": "icons\/qbm32.png",
        "48": "icons\/qbm48.png",
        "128": "icons\/qbm128.png"
    },
    "browser_action": {
        "default_title": "__MSG_tooltip__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/qbm16.png",
            "32": "icons\/qbm32.png"
        }
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en"
}