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 je Mass Tab Opener?

Mass Tab Opener je rozšíření Chrome vyvinuté http://alanchavez.com, a jeho hlavní funkcí je „This extension lets you copy and paste a list of URLs and open them all at once with the click of a button“.

Stáhnout soubor CRX rozšíření Mass Tab Opener

Stáhněte si soubory rozšíření Mass Tab Opener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
Oficiální URL https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
Popis This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Velikost souboru 626 KB
Počet instalací 225
Aktuální Verze 1.0.1
Poslední Aktualizace 2014-02-07
Datum Vydání 2014-02-07
Hodnocení 4.40/5 Celkem 5 Hodnocení
Vývojář http://alanchavez.com
Typ Platby free
Webové stránky Rozšíření http://alanchavez.com
Podporované Jazyky 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 "
}