YABE - Yet Another Bookmarks Extension

A nicer bookmarks popup

什麼是YABE - Yet Another Bookmarks Extension?

YABE - Yet Another Bookmarks Extension是由dmitry.clans開發的Chrome擴展程式,該擴展的主要功能是“A nicer bookmarks popup”。

擴展截圖

screenshot
screenshot
screenshot

下載YABE - Yet Another Bookmarks Extension擴展crx文件

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

擴展使用說明

                        Features:
1. Left-click opens a bookmark in a new tab.
2. Middle-click or Ctrl-click opens a bookmark in a new background tab.
3. Close all open folders by opening another folder.
4. Save opened folder with the scroll position.
5. Options to Edit and Delete bookmarks and folders.

P.S.: new features to come!

v1.2.1
- Restore scroll position after node delete.

v1.2.0
- Improved opening speed.
- Added context menu.
- Added Confirm and Edit dialogs.
- Options to Edit and Delete bookmarks and folders.

v1.1.0:
- Improved popup height changing.
- Added feature to save the opened folder with the scroll position.                    

擴展基本資訊

名稱 YABE - Yet Another Bookmarks Extension YABE - Yet Another Bookmarks Extension
ID klkgpklahpjgbcepaackkmkkfoomeijg
官方網址 https://chromewebstore.google.com/detail/yabe-yet-another-bookmark/klkgpklahpjgbcepaackkmkkfoomeijg
簡介 A nicer bookmarks popup
檔案大小 476 KB
安裝次數 18
目前版本 1.2.1
更新時間 2020-11-27
上架時間 2020-10-27
評分 5.00/5 共 1 次評分
開發者 dmitry.clans
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Clans/yabe
說明頁面URL https://github.com/Clans/yabe/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YABE - Yet Another Bookmarks Extension",
    "version": "1.2.1",
    "description": "A nicer bookmarks popup",
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Bookmarks",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "64": "images\/icon_64.png",
            "128": "images\/icon_128.png",
            "256": "images\/icon_256.png",
            "512": "images\/icon_512.png"
        }
    },
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png",
        "512": "images\/icon_512.png"
    },
    "manifest_version": 2
}