Awesome Bookmarks Button

Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.

什么是Awesome Bookmarks Button?

Awesome Bookmarks Button是由https://upway2late.com开发的Chrome扩展程序,该扩展的主要功能是“Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.”。

扩展截图

screenshot
screenshot
screenshot

下载Awesome Bookmarks Button扩展crx文件

下载Awesome Bookmarks Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It's a shortcut button to open the bookmarks.                    

扩展基本信息

名称 Awesome Bookmarks Button Awesome Bookmarks Button
ID dgkaehmmlnblfmmpdebmhjieffcjjjph
官方URL https://chromewebstore.google.com/detail/awesome-bookmarks-button/dgkaehmmlnblfmmpdebmhjieffcjjjph
简介 Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.
文件大小 32.94 KB
安装次数 2,336
当前版本 1.2.0.0
更新时间 2020-12-03
上架时间 2016-09-22
评分 4.43/5 共30次评分
开发者 https://upway2late.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.upway2late.com/projects/buttons-project
帮助页面URL http://www.upway2late.com/projects/buttons-project
隐私政策页面URL http://www.upway2late.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Bookmarks Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.",
    "icons": {
        "16": "bookmarks_16.png",
        "48": "bookmarks_48.png",
        "128": "bookmarks_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "bookmarks_19.png",
        "default_title": "Awesome Bookmarks Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}