Quickly open multiple URLs

Quickly open multiple URLs with one click

Hvad er Quickly open multiple URLs?

Quickly open multiple URLs er en Chrome-udvidelse udviklet af no.web.developer, og dens hovedfunktion er "Quickly open multiple URLs with one click".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Quickly open multiple URLs-udvidelses-CRX-fil

Download Quickly open multiple URLs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        **Details**

Implement a one-click extension icon to batch open user-defined multiple urls, while also allowing the allocation of a keyboard shortcut key.

**Support**

This tool is open source based on the MIT license. For more information, please visit: https://github.com/LightAPIs/quickly-open-multiple-urls                    

Grundlæggende oplysninger om udvidelsen

Navn Quickly open multiple URLs Quickly open multiple URLs
ID nejkfbfcdikidcojhbnhoojilngpcofc
Officiel URL https://chromewebstore.google.com/detail/quickly-open-multiple-url/nejkfbfcdikidcojhbnhoojilngpcofc
Beskrivelse Quickly open multiple URLs with one click
Filstørrelse 133 KB
Antal Installationer 223
Nuværende Version 1.0.0
Senest Opdateret 2021-07-01
Udgivelsesdato 2021-07-01
Udvikler no.web.developer
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/LightAPIs/quickly-open-multiple-urls
Hjælpeside-URL https://github.com/LightAPIs/quickly-open-multiple-urls
URL til Fortrolighedspolitik Side https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
Understøttede Sprog en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quickly open multiple URLs",
    "description": "__MSG_extDes__",
    "version": "1.0.0",
    "author": "pana",
    "homepage_url": "https:\/\/github.com\/LightAPIs\/quickly-open-multiple-urls",
    "default_locale": "en",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_title": "Quickly open multiple URLs"
    },
    "permissions": [
        "storage"
    ]
}