open multi tabs
open multi tabs from urls separated by spaces or tabs or new lines
Wat is open multi tabs?
open multi tabs is een Chrome-extensie ontwikkeld door http://withcat.net, en de belangrijkste functie is "open multi tabs from urls separated by spaces or tabs or new lines".
Extensie Screenshots
Download het CRX-bestand van de extensie open multi tabs
Download open multi tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
open multi tabs from urls separated by spaces or tabs or new lines
Basisinformatie over de Extensie
Naam | |
ID | jljmfncehhnfcokceopodljhfdmenjjh |
Officiële URL | https://chrome.google.com/webstore/detail/open-multi-tabs/jljmfncehhnfcokceopodljhfdmenjjh |
Beschrijving | open multi tabs from urls separated by spaces or tabs or new lines |
Bestandsgrootte | 206 KB |
Aantal Installaties | 291 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-15 |
Publicatiedatum | 2014-01-15 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://withcat.net |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |