URL To Tab

Non-link URL text will open in a new tab.

Cos'è URL To Tab?

URL To Tab è un'estensione di Chrome sviluppata da GGamagidev, e la sua funzione principale è "Non-link URL text will open in a new tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL To Tab

Scarica i file di estensione URL To Tab 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

                        You can open a new tab by MouseMiddleClick the URL of the text wrapped around the block.

You can be opened in new tab by Ctrl + MouseLeftClick on the text URL.

You can open new tabs with the URL Shift + MouseMiddleClick all wrapped in the block.                    

Informazioni di Base sull'Estensione

Nome URL To Tab URL To Tab
ID baikpicmgimclkloekejeiaopkenipmg
URL Ufficiale https://chrome.google.com/webstore/detail/url-to-tab/baikpicmgimclkloekejeiaopkenipmg
Descrizione Non-link URL text will open in a new tab.
Dimensione del File 14.37 KB
Conteggio Installazioni 23
Versione Corrente 0.9.5
Ultimo Aggiornamento 2013-11-21
Data di Pubblicazione 2013-11-21
Sviluppatore GGamagidev
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL To Tab",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.9.5",
    "description": "Non-link URL text will open in a new tab.",
    "homepage_url": "http:\/\/ggamagidev.blogspot.com\/",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "bgurlsel.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}