Open link on new tab

Drag link to right/left by right key. by Liao.

Wat is Open link on new tab?

Open link on new tab is een Chrome-extensie ontwikkeld door Liao, en de belangrijkste functie is "Drag link to right/left by right key. by Liao.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open link on new tab

Download Open link on new tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Drag link to right = Open on new tab and show up
Drag link to left = Open on new tab in background

Taiwan No. 1                    

Basisinformatie over de Extensie

Naam Open link on new tab Open link on new tab
ID fadioakbapkbkelmieaohfmheffakcha
Officiële URL https://chromewebstore.google.com/detail/open-link-on-new-tab/fadioakbapkbkelmieaohfmheffakcha
Beschrijving Drag link to right/left by right key. by Liao.
Bestandsgrootte 1.39 MB
Aantal Installaties 48
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-07-17
Publicatiedatum 2020-07-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Liao
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open link on new tab",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Drag link to right\/left by right key.  by Liao.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}