Tab url reader and opener
This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.
Что такое Tab url reader and opener?
Tab url reader and opener - это расширение Chrome, разработанное husypb, и его основная функция - "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.".
Снимки экрана расширения
Скачать файл CRX расширения Tab url reader and opener
Скачайте файлы расширений Tab url reader and opener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | fodjpnjccjliapgmfjlcjnolcdolgemd |
| Официальный URL | https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd |
| Описание | This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click. |
| Размер файла | 144 KB |
| Количество установок | 30 |
| Текущая Версия | 0.7.0 |
| Последнее Обновление | 2017-02-09 |
| Дата публикации | 2017-02-09 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | husypb |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab url reader and opener",
"version": "0.7.0",
"manifest_version": 2,
"description": "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.",
"browser_action": {
"default_icon": "pugapps48.png",
"default_popup": "popup.html"
},
"icons": {
"16": "pugapps16.png",
"48": "pugapps48.png",
"128": "pugapps128.png"
},
"permissions": [
"tabs"
]
} | |