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.".
Снимки экрана расширения
Скачать файл CRX расширения Bookmarks Tab Pinned
Скачайте файлы расширений 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"
]
} | |