Open Multiple URLs
Click the button, paste a few URLs. Easy
Wat is Open Multiple URLs?
Open Multiple URLs is een Chrome-extensie ontwikkeld door mgriffiths, en de belangrijkste functie is "Click the button, paste a few URLs. Easy".
Extensie Screenshots
Download het CRX-bestand van de extensie Open Multiple URLs
Download Open Multiple URLs-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 multiple URLs by pasting them into a pop-up, separated by a new line.
Basisinformatie over de Extensie
Naam | |
ID | jdhbkpagniiaalpfemomikhcocblbhao |
Officiële URL | https://chrome.google.com/webstore/detail/open-multiple-urls/jdhbkpagniiaalpfemomikhcocblbhao |
Beschrijving | Click the button, paste a few URLs. Easy |
Bestandsgrootte | 125 KB |
Aantal Installaties | 946 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-06-30 |
Publicatiedatum | 2016-06-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | mgriffiths |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Multiple URLs", "version": "0.0.1", "manifest_version": 2, "description": "Click the button, paste a few URLs. Easy", "homepage_url": "http:\/\/mike-griffiths.co.uk", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Open URLs", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs" ] } |