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 | 
| 官方網址 | 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"
    ]
}  |  |