Bookmark Tab

This is an extension function to set a new tab on the bookmark screen.

什么是Bookmark Tab?

Bookmark Tab是由developer.waieight.开发的Chrome扩展程序,该扩展的主要功能是“This is an extension function to set a new tab on the bookmark screen.”。

扩展截图

screenshot

下载Bookmark Tab扩展crx文件

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

扩展使用说明

                        Change the screen of the new tab to the bookmark screen.                    

扩展基本信息

名称 Bookmark Tab Bookmark Tab
ID cpemdgbeealeokgnlbkieiindkpaodmm
官方URL https://chrome.google.com/webstore/detail/bookmark-tab/cpemdgbeealeokgnlbkieiindkpaodmm
简介 This is an extension function to set a new tab on the bookmark screen.
文件大小 43.74 KB
安装次数 27
当前版本 0.0.12.13
更新时间 2022-05-17
上架时间 2020-06-25
开发者 developer.waieight.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://waieight.hatenablog.jp/
隐私政策页面URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Tab",
    "version": "3.0.0.213",
    "version_name": "0.0.12.13",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "\/html\/bookmarks.html"
    }
}