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

Co to jest Mass Tab Opener?

Mass Tab Opener to rozszerzenie Chrome opracowane przez http://alanchavez.com, a jego główną funkcją jest „This extension lets you copy and paste a list of URLs and open them all at once with the click of a button”.

Pobierz plik CRX rozszerzenia Mass Tab Opener

Pobierz pliki rozszerzeń Mass Tab Opener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension lets you open paste a list of URLs into a text box and open them all at once.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
Oficjalny URL https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
Opis This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Rozmiar pliku 626 KB
Liczba instalacji 225
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-02-07
Data Publikacji 2014-02-07
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper http://alanchavez.com
Typ Płatności free
Strona Rozszerzenia http://alanchavez.com
Obsługiwane Języki 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 "
}