Bookmarks Tab Pinned

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

Wat is Bookmarks Tab Pinned?

Bookmarks Tab Pinned is een Chrome-extensie ontwikkeld door ムーンドルド/瑠川菜月, en de belangrijkste functie is "A bookmark manager is automatically displayed in the state of tab fixation.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bookmarks Tab Pinned

Download Bookmarks Tab Pinned-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bookmarks Tab Pinned Bookmarks Tab Pinned
ID ninbekmmngccfipjfhbbkcnomlbenpal
Officiële URL https://chromewebstore.google.com/detail/bookmarks-tab-pinned/ninbekmmngccfipjfhbbkcnomlbenpal
Beschrijving A bookmark manager is automatically displayed in the state of tab fixation.
Bestandsgrootte 14.03 KB
Aantal Installaties 447
Huidige Versie 1.12
Laatst Bijgewerkt 2022-12-11
Publicatiedatum 2014-03-10
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar ムーンドルド/瑠川菜月
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}