Open Multiple URLs
Extension for Opening Multiple URLs
Wat is Open Multiple URLs?
Open Multiple URLs is een Chrome-extensie ontwikkeld door Micha, en de belangrijkste functie is "Extension for Opening Multiple URLs".
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
Small utility that allows you to open a list of URLs. It will also allow you to read the URLs from all tabs in the current browser window.
Basisinformatie over de Extensie
Naam | Open Multiple URLs |
ID | bhedchkibbmbiomdmgiaihbmadppnnhc |
Officiële URL | https://chromewebstore.google.com/detail/open-multiple-urls/bhedchkibbmbiomdmgiaihbmadppnnhc |
Beschrijving | Extension for Opening Multiple URLs |
Bestandsgrootte | 20.58 KB |
Aantal Installaties | 77 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2022-05-18 |
Publicatiedatum | 2018-02-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Micha |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Multiple URLs", "version": "2.0", "description": "Extension for Opening Multiple URLs", "manifest_version": 3, "permissions": [ "tabs" ], "action": { "default_icon": "urls16.png", "default_popup": "popup.html" }, "icons": { "16": "urls16.png", "128": "urls128.png" } } |