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.
Eメール [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"
    }
}