Pin Unpin All
A button to pin or unpin all the tabs in the window.
Что такое Pin Unpin All?
Pin Unpin All - это расширение Chrome, разработанное ev0lut1on, и его основная функция - "A button to pin or unpin all the tabs in the window.".
Снимки экрана расширения
Скачать файл CRX расширения Pin Unpin All
Скачайте файлы расширений Pin Unpin All в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click the button to pin/unpin all tabs in the current window based on the state of the active tab. For a keyboard shortcut go to: chrome://extensions/shortcuts. Compatible with dark and light themes.
Основная информация о расширении
Название | Pin Unpin All |
ID | cpncfbofpjgdfpmdacbagkaoglmkhnne |
Официальный URL | https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne |
Описание | A button to pin or unpin all the tabs in the window. |
Размер файла | 9.72 KB |
Количество установок | 3,246 |
Текущая Версия | 2.0 |
Последнее Обновление | 2023-12-11 |
Дата публикации | 2019-10-15 |
Рейтинг | 4.93/5 Всего 14 оценок |
Разработчик | ev0lut1on |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ev0lut1on.com |
URL страницы помощи | https://ev0lut1on.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pin Unpin All", "version": "2.0", "action": [], "description": "A button to pin or unpin all the tabs in the window.", "icons": { "16": "Pin16.png", "24": "Pin24.png", "32": "Pin32.png", "48": "Pin48.png", "128": "Pin128.png" }, "background": { "service_worker": "background.js" }, "short_name": "Pin Unpin All" } |