openURLs

Open selected URLs

Cos'è openURLs?

openURLs è un'estensione di Chrome sviluppata da dimaeromin97, e la sua funzione principale è "Open selected URLs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione openURLs

Scarica i file di estensione openURLs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Opens URLs from selected text

Fork me on GitHub: https://github.com/dimaeromin97/open-urls-crx

This extension requires the "Tabs" permission in order to open new tabs. The permission appears as "Access your browsing activity" because URLs of tabs are accessible, although this access is only used to set the URL of tabs opened by the extension.                    

Informazioni di Base sull'Estensione

Nome openURLs openURLs
ID nbbldngkgchfmfdfgkniongenfdcogdh
URL Ufficiale https://chrome.google.com/webstore/detail/openurls/nbbldngkgchfmfdfgkniongenfdcogdh
Descrizione Open selected URLs
Dimensione del File 31.85 KB
Conteggio Installazioni 43
Versione Corrente 0.0.2
Ultimo Aggiornamento 2019-01-23
Data di Pubblicazione 2019-01-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore dimaeromin97
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "openURLs",
    "short_name": "openURLs",
    "description": "Open selected URLs",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "img\/512.png"
    },
    "icons": {
        "512": "img\/512.png",
        "128": "img\/128.png",
        "16": "img\/16.png",
        "19": "img\/19.png"
    },
    "background": {
        "scripts": [
            "dist\/bundle.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs"
    ]
}