Chrome Blokk
Apply BLOKK font to all text nodes on a page
Chrome Blokkคืออะไร?
Chrome Blokk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexey Novichkov และคุณลักษณะหลักของมันคือ "Apply BLOKK font to all text nodes on a page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Blokk
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome Blokk |
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" ] } |