Bookmarkie - Bookmarks in popup

View and manage your bookmarks in a popup.

Bookmarkie - Bookmarks in popup란 무엇입니까?

Bookmarkie - Bookmarks in popup은(는) Angus Zhu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View and manage your bookmarks in a popup."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Bookmarkie - Bookmarks in popup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Maybe the most beautifully designed popup bookmark you can ask for Chrome.
View, organize or edit your bookmark within a popup menu.

Latest Update
- Now you can middle click to open bookmarks in background

Recent Updates
- Added theme color options and more
- Revamped from ground up with MV3

@Ztail and Daniel also contributed to this extension.                    

확장 프로그램 기본 정보

이름 Bookmarkie - Bookmarks in popup Bookmarkie - Bookmarks in popup
ID ahlphbdcaacfhkiajebghpngknafklbj
공식 URL https://chromewebstore.google.com/detail/bookmarkie-bookmarks-in-p/ahlphbdcaacfhkiajebghpngknafklbj
설명 View and manage your bookmarks in a popup.
파일 크기 95.88 KB
설치 횟수 6,000
현재 버전 3.0.5
최근 업데이트 2024-02-19
출시 날짜 2019-10-28
평점 4.49/5 총 166 개의 평점
개발자 Angus Zhu
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://ie.framer.website/privacy
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "short_name": "Bookmarkie",
    "icons": {
        "48": "icons\/icon-128.png",
        "128": "icons\/icon-128.png"
    },
    "version": "3.0.5",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/detectColorScheme.ts-loader-CLNFjBHf.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "contextMenus",
        "favicon"
    ],
    "optional_permissions": [
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "index.html"
    },
    "minimum_chrome_version": "107",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/detectColorScheme.ts-CeXFKpTo.js"
            ],
            "use_dynamic_url": true
        }
    ]
}