Bookmarks Tab Pinned

A bookmark manager is automatically displayed in the state of tab fixation.

Bookmarks Tab Pinnedとは何ですか?

Bookmarks Tab Pinnedはムーンドルド/瑠川菜月によって開発されたChromeの拡張機能で、その主な機能は「A bookmark manager is automatically displayed in the state of tab fixation.」です。

拡張機能のスクリーンショット

screenshot

Bookmarks Tab Pinned拡張機能のCRXファイルをダウンロード

Bookmarks Tab Pinned拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A bookmark manager is displayed on the leftmost in the state of tab fixation at a Chrome start-up.
Nothing is done when there is already a book Mac manager of a tab fixed state.

I think that it is a delightful function to the following directions.
-Since it is hard to use the pulldown display of a bookmark bar, you always want to display a bookmark manager.
-Since a fixed tab is certainly generated at a start-up, the mistake which clicks x of the last tab carelessly and it terminates can be prevented.

Specification
- In consideration of tab movement, a bookmark manager tab display when a new window is created is performed in 3 seconds.                    

拡張機能の基本情報

名前 Bookmarks Tab Pinned Bookmarks Tab Pinned
ID ninbekmmngccfipjfhbbkcnomlbenpal
公式URL https://chromewebstore.google.com/detail/bookmarks-tab-pinned/ninbekmmngccfipjfhbbkcnomlbenpal
説明 A bookmark manager is automatically displayed in the state of tab fixation.
ファイルサイズ 14.03 KB
インストール数 447
現在のバージョン 1.12
最終更新日 2022-12-11
公開日 2014-03-10
評価 4.80/5 合計 5 レビュー
開発者 ムーンドルド/瑠川菜月
Eメール [email protected]
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "name": "Bookmarks Tab Pinned",
    "version": "1.12",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "description": "__MSG_extensiondescription__",
    "permissions": [
        "background",
        "tabs",
        "windows"
    ]
}