Chrome Blokk

Apply BLOKK font to all text nodes on a page

Co to jest Chrome Blokk?

Chrome Blokk to rozszerzenie Chrome opracowane przez Alexey Novichkov, a jego główną funkcją jest „Apply BLOKK font to all text nodes on a page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chrome Blokk

Pobierz pliki rozszerzeń Chrome Blokk 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

                        Extension uses BLOKK font (blokkfont.com) and apply it to all text nodes on page. Reload the page to reset changes.
The font is already included in extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Blokk Chrome Blokk
ID gfoipkgfgoegmhnbhdhjljipfaeikggn
Oficjalny URL https://chromewebstore.google.com/detail/chrome-blokk/gfoipkgfgoegmhnbhdhjljipfaeikggn
Opis Apply BLOKK font to all text nodes on a page
Rozmiar pliku 10.14 KB
Liczba instalacji 13
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2015-09-25
Data Publikacji 2015-09-25
Deweloper Alexey Novichkov
Typ Płatności free
Strona Rozszerzenia https://github.com/anovi/chrome-blokk
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "chrome blokk",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.woff",
        "fonts\/*.eot",
        "fonts\/*.svg",
        "fonts\/*.ttf",
        "fonts\/*.css"
    ]
}