Chrome Blokk

Apply BLOKK font to all text nodes on a page

Was ist Chrome Blokk?

Chrome Blokk ist eine Chrome-Erweiterung, die von Alexey Novichkov entwickelt wurde, und ihr Hauptmerkmal ist "Apply BLOKK font to all text nodes on a page".

Erweiterungsscreenshots

screenshot

Chrome Blokk-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome Blokk-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chrome Blokk Chrome Blokk
ID gfoipkgfgoegmhnbhdhjljipfaeikggn
Offizielle URL https://chromewebstore.google.com/detail/chrome-blokk/gfoipkgfgoegmhnbhdhjljipfaeikggn
Beschreibung Apply BLOKK font to all text nodes on a page
Dateigröße 10.14 KB
Installationsanzahl 13
Aktuelle Version 0.1.5
Letztes Update 2015-09-25
Veröffentlichungsdatum 2015-09-25
Entwickler Alexey Novichkov
Zahlungsart free
Erweiterungswebsite https://github.com/anovi/chrome-blokk
Unterstützte Sprachen 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"
    ]
}