Bookmarks Tab Pinned

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

Qu'est-ce que Bookmarks Tab Pinned ?

Bookmarks Tab Pinned est une extension Chrome développée par ムーンドルド/瑠川菜月, et sa fonction principale est "A bookmark manager is automatically displayed in the state of tab fixation.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bookmarks Tab Pinned

Téléchargez les fichiers d'extension Bookmarks Tab Pinned au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bookmarks Tab Pinned Bookmarks Tab Pinned
ID ninbekmmngccfipjfhbbkcnomlbenpal
URL Officiel https://chromewebstore.google.com/detail/bookmarks-tab-pinned/ninbekmmngccfipjfhbbkcnomlbenpal
Description A bookmark manager is automatically displayed in the state of tab fixation.
Taille du Fichier 14.03 KB
Nombre d'Installations 447
Version Actuelle 1.12
Dernière Mise à Jour 2022-12-11
Date de Publication 2014-03-10
Évaluation 4.80/5 Total 5 Évaluations
Développeur ムーンドルド/瑠川菜月
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}