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
公式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
Eメール [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
        }
    ]
}