Dynalist Tab Lock

Prevent Dyanlist Links from opening in new tabs

Wat is Dynalist Tab Lock?

Dynalist Tab Lock is een Chrome-extensie ontwikkeld door mgroth49, en de belangrijkste functie is "Prevent Dyanlist Links from opening in new tabs".

Download het CRX-bestand van de extensie Dynalist Tab Lock

Download Dynalist Tab Lock-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

                        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.                    

Basisinformatie over de Extensie

Naam Dynalist Tab Lock Dynalist Tab Lock
ID pmfckakbjmakibdcoekhhbpmmogaehke
Officiële URL https://chromewebstore.google.com/detail/dynalist-tab-lock/pmfckakbjmakibdcoekhhbpmmogaehke
Beschrijving Prevent Dyanlist Links from opening in new tabs
Bestandsgrootte 4.13 KB
Aantal Installaties 21
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-02-27
Publicatiedatum 2017-02-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mgroth49
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/matthew-groth/Dynalist-Tab-Lock
Ondersteunde Talen 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
}