Code Block Beautifier
A chrome extension for beautifying code blocks in any websites that contain
elements.Что такое Code Block Beautifier?
Code Block Beautifier - это расширение Chrome, разработанное Haixiang Yan, и его основная функция - "A chrome extension for beautifying code blocks in any websites that contain
elements.".Снимки экрана расширения
Скачать файл CRX расширения Code Block Beautifier
Скачайте файлы расширений Code Block Beautifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Code Block Beautifier |
ID | gpcjjddhdnilcbddlonlfgdbejfboonn |
Официальный URL | https://chromewebstore.google.com/detail/code-block-beautifier/gpcjjddhdnilcbddlonlfgdbejfboonn |
Описание | A chrome extension for beautifying code blocks in any websites that contain elements. |
Размер файла | 305 KB |
Количество установок | 2,065 |
Текущая Версия | 1.0.6 |
Последнее Обновление | 2019-04-01 |
Дата публикации | 2019-03-31 |
Рейтинг | 4.95/5 Всего 19 оценок |
Разработчик | Haixiang Yan |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Haixiang6123/codeblock-beautifier |
URL страницы помощи | https://github.com/Haixiang6123/codeblock-beautifier/issues |
Поддерживаемые языки | 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": [ " |