Bookmarks Tab Pinned
A bookmark manager is automatically displayed in the state of tab fixation.
¿Qué es Bookmarks Tab Pinned?
Bookmarks Tab Pinned es una extensión de Chrome desarrollada por ムーンドルド/瑠川菜月, y su función principal es "A bookmark manager is automatically displayed in the state of tab fixation.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bookmarks Tab Pinned
Descarga archivos de extensión Bookmarks Tab Pinned en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Bookmarks Tab Pinned |
ID | ninbekmmngccfipjfhbbkcnomlbenpal |
URL Oficial | https://chromewebstore.google.com/detail/bookmarks-tab-pinned/ninbekmmngccfipjfhbbkcnomlbenpal |
Descripción | A bookmark manager is automatically displayed in the state of tab fixation. |
Tamaño del Archivo | 14.03 KB |
Cantidad de Instalaciones | 447 |
Versión Actual | 1.12 |
Última Actualización | 2022-12-11 |
Fecha de Publicación | 2014-03-10 |
Calificación | 4.80/5 Total de 5 Calificaciones |
Desarrollador | ムーンドルド/瑠川菜月 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |