URL To Tab

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

Was ist URL To Tab?

URL To Tab ist eine Chrome-Erweiterung, die von GGamagidev entwickelt wurde, und ihr Hauptmerkmal ist "Non-link URL text will open in a new tab.".

Erweiterungsscreenshots

screenshot

URL To Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL To Tab-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name URL To Tab URL To Tab
ID baikpicmgimclkloekejeiaopkenipmg
Offizielle URL https://chrome.google.com/webstore/detail/url-to-tab/baikpicmgimclkloekejeiaopkenipmg
Beschreibung Non-link URL text will open in a new tab.
Dateigröße 14.37 KB
Installationsanzahl 23
Aktuelle Version 0.9.5
Letztes Update 2013-11-21
Veröffentlichungsdatum 2013-11-21
Entwickler GGamagidev
Zahlungsart free
Unterstützte Sprachen 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"
    }
}