Link Controller

Control Whether Links Open in a New or Current Tab

Qu'est-ce que Link Controller ?

Link Controller est une extension Chrome développée par Daniel Herr, et sa fonction principale est "Control Whether Links Open in a New or Current Tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link Controller

Téléchargez les fichiers d'extension Link Controller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The icon shows in which tab links will open, click it for options to toggle it for the current tab or for all tabs.                    

Informations de Base sur l'Extension

Nom Link Controller Link Controller
ID piphpieodkchnlmjjefbbniabeikafha
URL Officiel https://chromewebstore.google.com/detail/link-controller/piphpieodkchnlmjjefbbniabeikafha
Description Control Whether Links Open in a New or Current Tab
Taille du Fichier 10.26 KB
Nombre d'Installations 662
Version Actuelle 2.0.1
Dernière Mise à Jour 2016-01-29
Date de Publication 2016-01-29
Évaluation 4.43/5 Total 14 Évaluations
Développeur Daniel Herr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://danielherr.github.io/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel Herr",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "D.png",
        "default_popup": "popup.html",
        "default_title": "Default"
    },
    "description": "Control Whether Links Open in a New or Current Tab",
    "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/",
    "icons": {
        "128": "link.png"
    },
    "manifest_version": 2,
    "name": "Link Controller",
    "offline_enabled": true,
    "optional_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "2.0.1"
}