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
官方URL 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'"
}