Chrome Blokk
Apply BLOKK font to all text nodes on a page
Chrome Blokkとは何ですか?
Chrome BlokkはAlexey Novichkovによって開発されたChromeの拡張機能で、その主な機能は「Apply BLOKK font to all text nodes on a page」です。
拡張機能のスクリーンショット
Chrome Blokk拡張機能のCRXファイルをダウンロード
Chrome Blokk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| ID | gfoipkgfgoegmhnbhdhjljipfaeikggn | 
| 公式URL | https://chromewebstore.google.com/detail/chrome-blokk/gfoipkgfgoegmhnbhdhjljipfaeikggn | 
| 説明 | Apply BLOKK font to all text nodes on a page | 
| ファイルサイズ | 10.14 KB | 
| インストール数 | 13 | 
| 現在のバージョン | 0.1.5 | 
| 最終更新日 | 2015-09-25 | 
| 公開日 | 2015-09-25 | 
| 開発者 | Alexey Novichkov | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/anovi/chrome-blokk | 
| 対応言語 | 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"
    ]
}  |  |