Mass Tab Opener
This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Что такое Mass Tab Opener?
Mass Tab Opener - это расширение Chrome, разработанное http://alanchavez.com, и его основная функция - "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".
Скачать файл CRX расширения Mass Tab Opener
Скачайте файлы расширений Mass Tab Opener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension lets you open paste a list of URLs into a text box and open them all at once.
Основная информация о расширении
Название | |
ID | doahaifnoffnjdjennkioahobkkjfmga |
Официальный URL | https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga |
Описание | This extension lets you copy and paste a list of URLs and open them all at once with the click of a button |
Размер файла | 626 KB |
Количество установок | 225 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2014-02-07 |
Дата публикации | 2014-02-07 |
Рейтинг | 4.40/5 Всего 5 оценок |
Разработчик | http://alanchavez.com |
Тип оплаты | free |
Официальный сайт расширения | http://alanchavez.com |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mass Tab Opener", "manifest_version": 2, "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button", "version": "1.0.1", "permissions": [ "tabs", "notifications" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/icon.png", "img\/warning.png" ], "author": "Alan Chavez |