Blink

Implements the essential tag.

Wat is Blink?

Blink is een Chrome-extensie ontwikkeld door Blinky, en de belangrijkste functie is "Implements the essential tag.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Blink

Download Blink-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 implements the missing  tag, thereby finally bringing Chrome to feature parity with the popular Netscape Navigator.                    

Basisinformatie over de Extensie

Naam Blink Blink
ID kmlnojkpcddgmeehpahahoddmndpndmh
Officiële URL https://chromewebstore.google.com/detail/blink/kmlnojkpcddgmeehpahahoddmndpndmh
Beschrijving Implements the essential tag.
Bestandsgrootte 22.13 KB
Aantal Installaties 290
Huidige Versie 1.0
Laatst Bijgewerkt 2017-10-16
Publicatiedatum 2017-10-16
Ontwikkelaar Blinky
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blink",
    "description": "Implements the essential  tag.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "blink.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}