Popup my Bookmarks

A more efficient way to view and manage your bookmarks menu.

什麼是Popup my Bookmarks?

Popup my Bookmarks是由foray1010開發的Chrome擴展程式,該擴展的主要功能是“A more efficient way to view and manage your bookmarks menu.”。

擴展截圖

screenshot
screenshot
screenshot

下載Popup my Bookmarks擴展crx文件

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

擴展使用說明

                        - Firefox / IE-like bookmarks menu

- Place mouse over folders to open it

- Search bookmarks when you type

- Do what Bookmark manager can do and more (e.g., Sort bookmarks by name, Add separator)

- Highly configurable

- Save 24px of your vertical workspace (Rock on Chromebook!)

- Take as few permissions as possible, we never put your privacy at risk

- No background running application, save computer memory and your privacy!

Changelog: 

## Todo & Working Progress

See 

## Contributing

- Translate to other languages. It's all depended on volunteers as I am not a linguist. ;-)

  Please join our translation team on 

- Fork me on GitHub, join our development!

  Repo:                     

擴展基本資訊

名稱 Popup my Bookmarks Popup my Bookmarks
ID mppflflkbbafeopeoeigkbbdjdbeifni
官方網址 https://chromewebstore.google.com/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni
簡介 A more efficient way to view and manage your bookmarks menu.
檔案大小 134 KB
安裝次數 10,000
目前版本 8.0.0
更新時間 2024-01-08
上架時間 2019-12-03
評分 4.55/5 共 504 次評分
開發者 foray1010
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/foray1010/Popup-my-Bookmarks
說明頁面URL https://github.com/foray1010/Popup-my-Bookmarks/issues
隱私政策頁面URL https://github.com/foray1010/Popup-my-Bookmarks/blob/master/PRIVACY.md
支援的語言 de,en,fr,nl,no,vi,es,it,sv,ru,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popup my Bookmarks",
    "short_name": "PmB",
    "version": "8.0.0",
    "manifest_version": 3,
    "minimum_chrome_version": "108",
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/github.com\/foray1010\/Popup-my-Bookmarks",
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "base-uri 'none'; default-src 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline';"
    },
    "action": {
        "default_icon": ".\/images\/icon38.png",
        "default_popup": ".\/popup.html"
    },
    "options_ui": {
        "page": ".\/options.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            }
        }
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "favicon",
        "scripting",
        "storage",
        "tabs"
    ]
}