Pin'em All
Allows user to pin all open tabs or to unpin all pinned tabs
Что такое Pin'em All?
Pin'em All - это расширение Chrome, разработанное Uman, и его основная функция - "Allows user to pin all open tabs or to unpin all pinned tabs".
Снимки экрана расширения
Скачать файл CRX расширения Pin'em All
Скачайте файлы расширений Pin'em All в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click. Основная информация о расширении
| Название | |
| ID | flbdaephiokahpnlkglmfjocndjcpegl |
| Официальный URL | https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl |
| Описание | Allows user to pin all open tabs or to unpin all pinned tabs |
| Размер файла | 17.13 KB |
| Количество установок | 397 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2016-09-16 |
| Дата публикации | 2016-09-16 |
| Рейтинг | 4.75/5 Всего 8 оценок |
| Разработчик | Uman |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.umanski.me |
| URL страницы помощи | http://www.umanski.me |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pin'em All",
"version": "1.0",
"description": "Allows user to pin all open tabs or to unpin all pinned tabs",
"icons": {
"128": "images\/128.png",
"48": "images\/48.png",
"16": "images\/16.png"
},
"browser_action": {
"default_icon": {
"128": "images\/128.png",
"48": "images\/48.png",
"16": "images\/16.png"
},
"default_title": "Pin'em ALl",
"default_popup": "popup.html"
}
} | |