Blink

Implements the essential tag.

Co to jest Blink?

Blink to rozszerzenie Chrome opracowane przez Blinky, a jego główną funkcją jest „Implements the essential tag.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Blink

Pobierz pliki rozszerzeń Blink w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Blink Blink
ID kmlnojkpcddgmeehpahahoddmndpndmh
Oficjalny URL https://chromewebstore.google.com/detail/blink/kmlnojkpcddgmeehpahahoddmndpndmh
Opis Implements the essential tag.
Rozmiar pliku 22.13 KB
Liczba instalacji 290
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-10-16
Data Publikacji 2017-10-16
Deweloper Blinky
Typ Płatności free
Obsługiwane Języki 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"
    }
}