Dynalist Tab Lock

Prevent Dyanlist Links from opening in new tabs

Cos'è Dynalist Tab Lock?

Dynalist Tab Lock è un'estensione di Chrome sviluppata da mgroth49, e la sua funzione principale è "Prevent Dyanlist Links from opening in new tabs".

Scarica il file CRX dell'estensione Dynalist Tab Lock

Scarica i file di estensione Dynalist Tab Lock 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

                        This extension simply runs in the background, and makes Dynalist.io links open in the current tab rather than a new tab.

It also works in all background tabs as well as in Dynalist iFrames.                    

Informazioni di Base sull'Estensione

Nome Dynalist Tab Lock Dynalist Tab Lock
ID pmfckakbjmakibdcoekhhbpmmogaehke
URL Ufficiale https://chromewebstore.google.com/detail/dynalist-tab-lock/pmfckakbjmakibdcoekhhbpmmogaehke
Descrizione Prevent Dyanlist Links from opening in new tabs
Dimensione del File 4.13 KB
Conteggio Installazioni 21
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-02-27
Data di Pubblicazione 2017-02-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore mgroth49
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/matthew-groth/Dynalist-Tab-Lock
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynalist Tab Lock",
    "description": "Prevent Dyanlist Links from opening in new tabs",
    "version": "1.0.2",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "https:\/\/dynalist.io\/*",
        "http:\/\/127.0.0.1:8080\/"
    ],
    "background": {
        "scripts": [
            "backgroundO.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}