URL To Tab

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

Qu'est-ce que URL To Tab ?

URL To Tab est une extension Chrome développée par GGamagidev, et sa fonction principale est "Non-link URL text will open in a new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL To Tab

Téléchargez les fichiers d'extension URL To Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom URL To Tab URL To Tab
ID baikpicmgimclkloekejeiaopkenipmg
URL Officiel https://chrome.google.com/webstore/detail/url-to-tab/baikpicmgimclkloekejeiaopkenipmg
Description Non-link URL text will open in a new tab.
Taille du Fichier 14.37 KB
Nombre d'Installations 23
Version Actuelle 0.9.5
Dernière Mise à Jour 2013-11-21
Date de Publication 2013-11-21
Développeur GGamagidev
Type de Paiement free
Langues Prises en Charge 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"
    }
}