URL To Tab

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

Vad är URL To Tab?

URL To Tab är en Chrome-tillägg utvecklad av GGamagidev, och dess huvudfunktion är "Non-link URL text will open in a new tab.".

Tilläggsskärmbilder

screenshot

Ladda ner URL To Tab-förlängningens CRX-fil

Ladda ner URL To Tab-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

                        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.                    

Grundläggande Information om Tillägg

Namn URL To Tab URL To Tab
ID baikpicmgimclkloekejeiaopkenipmg
Officiell webbadress https://chrome.google.com/webstore/detail/url-to-tab/baikpicmgimclkloekejeiaopkenipmg
Beskrivning Non-link URL text will open in a new tab.
Filstorlek 14.37 KB
Antal Installationer 23
Aktuell Version 0.9.5
Senast Uppdaterad 2013-11-21
Publiceringsdatum 2013-11-21
Utvecklare GGamagidev
Betalningssätt free
Stödda Språk 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"
    }
}