Tab List
Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Что такое Tab List?
Tab List - это расширение Chrome, разработанное 0xfd000000, и его основная функция - "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".
Снимки экрана расширения
Скачать файл CRX расширения Tab List
Скачайте файлы расширений Tab List в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference. The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs. The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.
Основная информация о расширении
Название | Tab List |
ID | enmppcfapkhgooajfhhemehedijggnnh |
Официальный URL | https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh |
Описание | Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking. |
Размер файла | 36.36 KB |
Количество установок | 24 |
Текущая Версия | 1.0.0.1 |
Последнее Обновление | 2018-04-08 |
Дата публикации | 2018-04-08 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | 0xfd000000 |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/0xfd000000/tablist |
URL страницы помощи | https://github.com/0xfd000000/tablist/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab List", "version": "1.0.0.1", "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.", "permissions": [ "tabs", "chrome:\/\/favicon\/*", "downloads" ], "browser_action": { "default_title": "Tabbidy tab-tab", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |