Open Multiple URLs
Open Multiple URLs in new tabs.
Was ist Open Multiple URLs?
Open Multiple URLs ist eine Chrome-Erweiterung, die von Romkaq entwickelt wurde, und ihr Hauptmerkmal ist "Open Multiple URLs in new tabs.".
Erweiterungsscreenshots
Open Multiple URLs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open Multiple URLs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension opens a list of URLs.
Bulk URL Opener extension.
"Open Multiple URLs" extension 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), click [Open] or [ Open in Incognito].
You can load URLs from .txt file.
You can download your URLs as .txt file.
Can create folder with urls as bookmarks.
Auto save input data.
Permissions:
- "Storage" permission in order to save user input;
- "Tabs" permission in order to get all opened URLs;
- "Downloads" permission in order allow you to download URLs as .txt. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bjifbockcjbcfgbkmleodgdoiglcnenj |
| Offizielle URL | https://chromewebstore.google.com/detail/open-multiple-urls/bjifbockcjbcfgbkmleodgdoiglcnenj |
| Beschreibung | Open Multiple URLs in new tabs. |
| Dateigröße | 14.81 KB |
| Installationsanzahl | 3,688 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2022-06-18 |
| Veröffentlichungsdatum | 2021-08-22 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Romkaq |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://rq-dev.github.io/chrome-extensions-privacy-policy |
| Unterstützte Sprachen | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.5",
"icons": {
"128": "icon128.png"
},
"action": {
"default_title": "Open URLs",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"tabs",
"downloads",
"bookmarks"
],
"incognito": "split",
"default_locale": "en"
} | |