Bookmark Tab

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

What is Bookmark Tab?

Bookmark Tab is a Chrome extension developed by developer.waieight., and its main feature is "This is an extension function to set a new tab on the bookmark screen.".

Extension Screenshots

screenshot

Download Bookmark Tab Extension CRX File

Download Bookmark Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bookmark Tab Bookmark Tab
ID cpemdgbeealeokgnlbkieiindkpaodmm
Official URL https://chrome.google.com/webstore/detail/bookmark-tab/cpemdgbeealeokgnlbkieiindkpaodmm
Description This is an extension function to set a new tab on the bookmark screen.
File Size 43.74 KB
Installation Count 27
Current Version 0.0.12.13
Last Updated 2022-05-17
Publish Date 2020-06-25
Developer developer.waieight.
Email [email protected]
Payment Type free
Extension Website https://waieight.hatenablog.jp/
Privacy Policy Page URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
Supported Languages 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"
    }
}