Pinned Tabs
Keep Pinned Tabs When Open New Window
Что такое Pinned Tabs?
Pinned Tabs - это расширение Chrome, разработанное wnaklulu, и его основная функция - "Keep Pinned Tabs When Open New Window".
Снимки экрана расширения
Скачать файл CRX расширения Pinned Tabs
Скачайте файлы расширений Pinned Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The closed window is pinned the next time the label is reopened, and the new window automatically synchronizes pinned labels 1. Need to fix the tag right pinned tag 2. Open the extension input name to save the pinned label 3. Select enable next time will automatically open enabled tag group 4. [github](https://github.com/0851/pinned) 5. [demo](https://raw.githubusercontent.com/0851/pinned/master/images/use.mp4)
Основная информация о расширении
Название | Pinned Tabs |
ID | biccgodmohjplafdhicdhkdeeejcmgia |
Официальный URL | https://chromewebstore.google.com/detail/pinned-tabs/biccgodmohjplafdhicdhkdeeejcmgia |
Описание | Keep Pinned Tabs When Open New Window |
Размер файла | 41.32 KB |
Количество установок | 24 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2019-01-21 |
Дата публикации | 2019-01-20 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | wnaklulu |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/0851/pinned |
URL страницы помощи | https://github.com/0851/pinned/issues |
Поддерживаемые языки | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_name_sort__", "version": "1.0.0", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "__MSG_ext_name__" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "common.js", "background.js" ], "persistent": false } } |