Tiny Bookmarks

A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.

什麼是Tiny Bookmarks?

Tiny Bookmarks是由schouffy開發的Chrome擴展程式,該擴展的主要功能是“A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.”。

擴展截圖

screenshot

下載Tiny Bookmarks擴展crx文件

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

擴展使用說明

                        Displays all your bookmarks in a treeview.
Lets you hide the bookmarks bar so you have more vertical screen space for the websites.

Features :
- Search
- Remove



Icon by https://www.iconfinder.com/SPETS
Source code https://github.com/schouffy/bookmarks-chrome-extension                    

擴展基本資訊

名稱 Tiny Bookmarks Tiny Bookmarks
ID iegcdellenlkefldcoligpmfnnejcekj
官方網址 https://chromewebstore.google.com/detail/tiny-bookmarks/iegcdellenlkefldcoligpmfnnejcekj
簡介 A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.
檔案大小 191 KB
安裝次數 39
目前版本 0.3
更新時間 2020-04-07
上架時間 2020-04-07
評分 3.00/5 共 2 次評分
開發者 schouffy
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Bookmarks",
    "version": "0.3",
    "description": "A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.",
    "permissions": [
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Tiny Bookmarks",
        "default_popup": "index.html",
        "default_icon": {
            "16": "star_16.png",
            "32": "star_32.png",
            "48": "star_48.png",
            "128": "star_128.png"
        }
    },
    "icons": {
        "16": "star_16.png",
        "32": "star_32.png",
        "48": "star_48.png",
        "128": "star_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Comma",
                "mac": "Command+Comma",
                "chromeos": "Ctrl+Comma",
                "linux": "Ctrl+Comma"
            }
        }
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}