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. 扩展基本信息
| 名称 | |
| ID | ninbekmmngccfipjfhbbkcnomlbenpal |
| 官方URL | 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"
]
} | |