Chrome Blokk
Apply BLOKK font to all text nodes on a page
Chrome Blokk là gì?
Chrome Blokk là một tiện ích mở rộng Chrome được phát triển bởi Alexey Novichkov, và tính năng chính của nó là "Apply BLOKK font to all text nodes on a page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome Blokk
Tải xuống các tệp mở rộng Chrome Blokk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome Blokk |
ID | gfoipkgfgoegmhnbhdhjljipfaeikggn |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-blokk/gfoipkgfgoegmhnbhdhjljipfaeikggn |
Mô tả | Apply BLOKK font to all text nodes on a page |
Kích Thước Tệp | 10.14 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2015-09-25 |
Ngày Phát Hành | 2015-09-25 |
Nhà Phát Triển | Alexey Novichkov |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/anovi/chrome-blokk |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |