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.”。
擴展截圖
下載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 |
ID | ninbekmmngccfipjfhbbkcnomlbenpal |
官方網址 | 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 次評分 |
開發者 | ムーンドルド/瑠川菜月 |
電子郵箱 | [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" ] } |