_blank?

Changes the cursor to show when a link will open a new page or tab.

Wat is _blank??

_blank? is een Chrome-extensie ontwikkeld door koosmann, en de belangrijkste functie is "Changes the cursor to show when a link will open a new page or tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie _blank?

Download _blank?-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

                                            

Basisinformatie over de Extensie

Naam _blank? _blank?
ID ajnejhdfmameadlohfifmoeiadgngjae
Officiële URL https://chrome.google.com/webstore/detail/blank/ajnejhdfmameadlohfifmoeiadgngjae
Beschrijving Changes the cursor to show when a link will open a new page or tab.
Bestandsgrootte 11.36 KB
Aantal Installaties 126
Huidige Versie 1.0.4
Laatst Bijgewerkt 2016-09-25
Publicatiedatum 2016-09-25
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar koosmann
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "_blank?",
    "description": "Changes the cursor to show when a link will open a new page or tab.",
    "version": "1.0.4",
    "author": "Marcus Koosmann",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/alias-16.png",
        "48": "images\/alias-48.png",
        "128": "images\/alias-128.png"
    }
}