Quickly open multiple URLs

Quickly open multiple URLs with one click

Vad är Quickly open multiple URLs?

Quickly open multiple URLs är en Chrome-tillägg utvecklad av no.web.developer, och dess huvudfunktion är "Quickly open multiple URLs with one click".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Quickly open multiple URLs-förlängningens CRX-fil

Ladda ner Quickly open multiple URLs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        **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äggande Information om Tillägg

Namn Quickly open multiple URLs Quickly open multiple URLs
ID nejkfbfcdikidcojhbnhoojilngpcofc
Officiell webbadress https://chromewebstore.google.com/detail/quickly-open-multiple-url/nejkfbfcdikidcojhbnhoojilngpcofc
Beskrivning Quickly open multiple URLs with one click
Filstorlek 133 KB
Antal Installationer 223
Aktuell Version 1.0.0
Senast Uppdaterad 2021-07-01
Publiceringsdatum 2021-07-01
Utvecklare no.web.developer
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/LightAPIs/quickly-open-multiple-urls
Hjälpsida URL https://github.com/LightAPIs/quickly-open-multiple-urls
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
Stödda Språk 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"
    ]
}