Bookmark

Process bookmarks for Chrome"Other Folders". There are storage "temporary" bookmarks, classified save bookmarks, shortcut key…

Bookmark란 무엇입니까?

Bookmark은(는) rejerry에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Process bookmarks for Chrome"Other Folders". There are storage "temporary" bookmarks, classified save bookmarks, shortcut key…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        处理Chrome"其他文件夹"的书签。有存储"临时"书签,分类保存书签,快捷键操作,自定义设置,快捷查看书签,高效管理书签等功能。                    

확장 프로그램 기본 정보

이름 Bookmark Bookmark
ID paigdnkkmodopofccgdeacgoocgeijkn
공식 URL https://chromewebstore.google.com/detail/bookmark/paigdnkkmodopofccgdeacgoocgeijkn
설명 Process bookmarks for Chrome"Other Folders". There are storage "temporary" bookmarks, classified save bookmarks, shortcut key…
파일 크기 1.97 MB
설치 횟수 127
현재 버전 1.0.1.8190
최근 업데이트 2021-08-21
출시 날짜 2020-09-26
평점 4.50/5 총 2 개의 평점
개발자 rejerry
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "1.0.1.8190",
    "default_locale": "zh_CN",
    "description": "__MSG_ext_desc__",
    "author": "Jerry ",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "menu_show_list": {
            "description": "__MSG_menu_show_list__",
            "global": true
        },
        "menu_store_left_tabs": {
            "description": "__MSG_menu_store_left_tabs__",
            "global": true
        },
        "menu_store_right_tabs": {
            "description": "__MSG_menu_store_right_tabs__",
            "global": true
        },
        "menu_store_selected_tabs": {
            "description": "__MSG_menu_store_selected_tabs__",
            "global": true
        },
        "menu_store_twoside_tabs": {
            "description": "__MSG_menu_store_twoside_tabs__",
            "global": true
        },
        "menu_store_all_tabs": {
            "description": "__MSG_menu_store_all_tabs__",
            "global": true
        },
        "menu_store_all_in_all_windows": {
            "description": "__MSG_menu_store_all_in_all_windows__",
            "global": true
        }
    },
    "browser_action": [],
    "permissions": [
        "chrome:\/\/favicon\/",
        "bookmarks",
        "contextMenus",
        "storage",
        "tabs",
        "history"
    ],
    "homepage_url": "https:\/\/github.com\/rejerry\/bookmark",
    "offline_enabled": true,
    "options_page": "index.html#\/options",
    "options_ui": {
        "page": "index.html#\/options",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}