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

Vad är Mass Tab Opener?

Mass Tab Opener är en Chrome-tillägg utvecklad av http://alanchavez.com, och dess huvudfunktion är "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".

Ladda ner Mass Tab Opener-förlängningens CRX-fil

Ladda ner Mass Tab Opener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
Officiell webbadress https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
Beskrivning This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Filstorlek 626 KB
Antal Installationer 225
Aktuell Version 1.0.1
Senast Uppdaterad 2014-02-07
Publiceringsdatum 2014-02-07
Betyg 4.40/5 Totalt 5 Betyg
Utvecklare http://alanchavez.com
Betalningssätt free
Tilläggswebbplats http://alanchavez.com
Stödda Språk 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 "
}