Ease Bookmarks

Easy to use bookmark manager

Ease Bookmarks란 무엇입니까?

Ease Bookmarks은(는) qin_xs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to use bookmark manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Instructions for use:
Ease Bookmarks is an extension to replace the browser's original bookmarks bar
On this basis, as far as possible to meet the needs of users of various bookmark usage habits

The main function:
Modify the default opening method of bookmarks
Various basic operations on bookmarks (edit, delete, move, etc.)
Bookmarks in multiple columns
Shortcut Key Support
In addition, this extension has special support for `JS bookmarklet`~

ChangeLog:
https://github.com/qinxs/Ease-Bookmarks/blob/master/ChangeLog.md                    

확장 프로그램 기본 정보

이름 Ease Bookmarks Ease Bookmarks
ID poefceffmekhjoadknillcbdifahongk
공식 URL https://chromewebstore.google.com/detail/ease-bookmarks/poefceffmekhjoadknillcbdifahongk
설명 Easy to use bookmark manager
파일 크기 80.77 KB
설치 횟수 2,056
현재 버전 1.6.5
최근 업데이트 2024-02-21
출시 날짜 2021-12-03
평점 4.96/5 총 26 개의 평점
개발자 qin_xs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/qinxs/Ease-Bookmarks
도움말 페이지 URL https://github.com/qinxs/Ease-Bookmarks/issues
지원되는 언어 de,en,fr,es,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ease Bookmarks",
    "description": "__MSG_pluginDesc__",
    "version": "1.6.5",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "qinxs",
    "homepage_url": "https:\/\/github.com\/qinxs\/Ease-Bookmarks",
    "browser_action": {
        "default_title": "Ease Bookmarks",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Q",
                "mac": "Command+Q",
                "linux": "Ctrl+Q",
                "chromeos": "Ctrl+Q"
            },
            "description": "\u6253\u5f00\/\u5173\u95ed\u6269\u5c55"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "bookmarks",
        "contextMenus",
        "chrome:\/\/favicon\/"
    ]
}