Open Multiple URLs
Opens a list of URLs
Wat is Open Multiple URLs?
Open Multiple URLs is een Chrome-extensie ontwikkeld door tp, en de belangrijkste functie is "Opens a list of 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
This tool takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), select your options and click "Open URLs".
Source Code:
https://github.com/htrinter/Open-Multiple-URLs/
Changelog:
https://github.com/htrinter/Open-Multiple-URLs/blob/develop/CHANGELOG.md
Permissions:
- "Storage" permission in order to save settings and user input. Basisinformatie over de Extensie
| Naam | |
| ID | oifijhaokejakekmnjmphonojcfkpbbh |
| Officiële URL | https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh |
| Beschrijving | Opens a list of URLs |
| Bestandsgrootte | 183 KB |
| Aantal Installaties | 665,197 |
| Huidige Versie | 1.6.0 |
| Laatst Bijgewerkt | 2023-11-28 |
| Publicatiedatum | 2020-04-12 |
| Beoordeling | 4.64/5 Totaal 234 Beoordelingen |
| Ontwikkelaar | tp |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/htrinter/Open-Multiple-URLs/ |
| Help Pagina-URL | https://github.com/htrinter/Open-Multiple-URLs/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open Multiple URLs",
"version": "1.6.0",
"manifest_version": 3,
"description": "Opens a list of URLs",
"homepage_url": "https:\/\/github.com\/htrinter\/Open-Multiple-URLs",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon19.png",
"default_popup": "browseraction.html"
},
"commands": {
"_execute_action": {
"default": "CTRL+M"
}
},
"permissions": [
"storage"
],
"incognito": "split"
} | |