Bookmarks Tab Pinned
A bookmark manager is automatically displayed in the state of tab fixation.
Cos'è Bookmarks Tab Pinned?
Bookmarks Tab Pinned è un'estensione di Chrome sviluppata da ムーンドルド/瑠川菜月, e la sua funzione principale è "A bookmark manager is automatically displayed in the state of tab fixation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmarks Tab Pinned
Scarica i file di estensione Bookmarks Tab Pinned in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Bookmarks Tab Pinned |
ID | ninbekmmngccfipjfhbbkcnomlbenpal |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmarks-tab-pinned/ninbekmmngccfipjfhbbkcnomlbenpal |
Descrizione | A bookmark manager is automatically displayed in the state of tab fixation. |
Dimensione del File | 14.03 KB |
Conteggio Installazioni | 447 |
Versione Corrente | 1.12 |
Ultimo Aggiornamento | 2022-12-11 |
Data di Pubblicazione | 2014-03-10 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | ムーンドルド/瑠川菜月 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |