Code Block Beautifier
A chrome extension for beautifying code blocks in any websites that contain
elements.Co to jest Code Block Beautifier?
Code Block Beautifier to rozszerzenie Chrome opracowane przez Haixiang Yan, a jego główną funkcją jest „A chrome extension for beautifying code blocks in any websites that contain
elements.”.Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Code Block Beautifier
Pobierz pliki rozszerzeń Code Block Beautifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Code Block Beautifier |
ID | gpcjjddhdnilcbddlonlfgdbejfboonn |
Oficjalny URL | https://chromewebstore.google.com/detail/code-block-beautifier/gpcjjddhdnilcbddlonlfgdbejfboonn |
Opis | A chrome extension for beautifying code blocks in any websites that contain elements. |
Rozmiar pliku | 305 KB |
Liczba instalacji | 2,065 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2019-04-01 |
Data Publikacji | 2019-03-31 |
Ocena | 4.95/5 Łącznie 19 Oceny |
Deweloper | Haixiang Yan |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Haixiang6123/codeblock-beautifier |
Adres URL Strony Pomocy | https://github.com/Haixiang6123/codeblock-beautifier/issues |
Obsługiwane Języki | 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": [ " |