Blink

Implements the essential tag.

Qu'est-ce que Blink ?

Blink est une extension Chrome développée par Blinky, et sa fonction principale est "Implements the essential tag.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Blink

Téléchargez les fichiers d'extension Blink 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

                        This extension implements the missing  tag, thereby finally bringing Chrome to feature parity with the popular Netscape Navigator.                    

Informations de Base sur l'Extension

Nom Blink Blink
ID kmlnojkpcddgmeehpahahoddmndpndmh
URL Officiel https://chromewebstore.google.com/detail/blink/kmlnojkpcddgmeehpahahoddmndpndmh
Description Implements the essential tag.
Taille du Fichier 22.13 KB
Nombre d'Installations 290
Version Actuelle 1.0
Dernière Mise à Jour 2017-10-16
Date de Publication 2017-10-16
Développeur Blinky
Type de Paiement free
Langues Prises en Charge 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"
    }
}