Open link on new tab

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

Cos'è Open link on new tab?

Open link on new tab è un'estensione di Chrome sviluppata da Liao, e la sua funzione principale è "Drag link to right/left by right key. by Liao.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open link on new tab

Scarica i file di estensione Open link on new 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

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

Taiwan No. 1                    

Informazioni di Base sull'Estensione

Nome Open link on new tab Open link on new tab
ID fadioakbapkbkelmieaohfmheffakcha
URL Ufficiale https://chromewebstore.google.com/detail/open-link-on-new-tab/fadioakbapkbkelmieaohfmheffakcha
Descrizione Drag link to right/left by right key. by Liao.
Dimensione del File 1.39 MB
Conteggio Installazioni 48
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-07-17
Data di Pubblicazione 2020-07-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Liao
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}