open multi tabs

open multi tabs from urls separated by spaces or tabs or new lines

Vad är open multi tabs?

open multi tabs är en Chrome-tillägg utvecklad av http://withcat.net, och dess huvudfunktion är "open multi tabs from urls separated by spaces or tabs or new lines".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner open multi tabs-förlängningens CRX-fil

Ladda ner open multi tabs-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

                        open multi tabs from urls separated by spaces or tabs or new lines                    

Grundläggande Information om Tillägg

Namn open multi tabs open multi tabs
ID jljmfncehhnfcokceopodljhfdmenjjh
Officiell webbadress https://chrome.google.com/webstore/detail/open-multi-tabs/jljmfncehhnfcokceopodljhfdmenjjh
Beskrivning open multi tabs from urls separated by spaces or tabs or new lines
Filstorlek 206 KB
Antal Installationer 291
Aktuell Version 0.1
Senast Uppdaterad 2014-01-15
Publiceringsdatum 2014-01-15
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare http://withcat.net
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "open multi tabs",
    "description": "open multi tabs from urls separated by spaces or tabs or new lines",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "open multi tabs",
        "default_icon": "images\/add_link-128.png",
        "default_popup": "views\/feed.html"
    },
    "icons": {
        "128": "images\/add_link-128.png"
    }
}