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文件

下載Bookmarkie - Bookmarks in popup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}