Code Block Beautifier
A chrome extension for beautifying code blocks in any websites that contain
elements.Apa itu Code Block Beautifier?
Code Block Beautifier adalah ekstensi Chrome yang dikembangkan oleh Haixiang Yan, dan fitur utamanya adalah "A chrome extension for beautifying code blocks in any websites that contain
elements.".Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Code Block Beautifier
Unduh file ekstensi Code Block Beautifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A chrome extension for highlighting codes of Medium Articles, but now, it can highlight codes in any websites that have element. Check the screenshots to learn how to use. 👙 Beautify any code blocks wrapping in automatically. 👗 Beautify code blocks according to your languages preference. 🔓 Auto detect what languages that the author defines 🎁 Supporting Medium, StackOverflow, 简书, 知乎, W3C Plus. 🎉 More than 80 themes are available. Can switch to any language highlight solutions. 🎊 More than 20 language highlight themes are available. Can switch to any highlight themes you like.
Informasi Dasar Ekstensi
Nama | Code Block Beautifier |
ID | gpcjjddhdnilcbddlonlfgdbejfboonn |
URL Resmi | https://chromewebstore.google.com/detail/code-block-beautifier/gpcjjddhdnilcbddlonlfgdbejfboonn |
Deskripsi | A chrome extension for beautifying code blocks in any websites that contain elements. |
Ukuran File | 305 KB |
Jumlah Instalasi | 2,065 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2019-04-01 |
Tanggal Publikasi | 2019-03-31 |
Penilaian | 4.95/5 Total 19 Penilaian |
Pengembang | Haixiang Yan |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Haixiang6123/codeblock-beautifier |
URL Halaman Bantuan | https://github.com/Haixiang6123/codeblock-beautifier/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Code Block Beautifier", "version": "1.0.6", "description": "A chrome extension for beautifying code blocks in any websites that contain elements.", "permissions": [ "storage", "declarativeContent", "activeTab" ], "web_accessible_resources": [ "lib\/highlight\/styles\/*.css" ], "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "content_scripts": [ { "matches": [ " |