Medium Code Highlighter
Add code syntax highlighting to Medium articles
O que é Medium Code Highlighter?
Medium Code Highlighter é uma extensão do Chrome desenvolvida por https://macbaler.me, e sua principal característica é "Add code syntax highlighting to Medium articles".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Medium Code Highlighter
Baixe arquivos de extensão Medium Code Highlighter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A chrome browser extension which adds code syntax highlighting to Medium articles. Forget the black-on-gray blobs of code in articles which don't embed gists or images of code! - Adds code syntax highlighting to '' blocks in Medium articles. - Highlighting theme is selectable and can be changed on-the-fly (via extension popup upon icon-click) from a handful of popular themes. -- Theme preference links to Chrome account. - Works on all Medium articles, regardless of domain (i.e. 'medium.com', 'medium.freecodecamp.org', 'hackingandslacking.com', etc.) *Note* Due to Medium's innate formatting, code blocks are split line-by-line into '' blocks, meaning the 'highlightjs' language syntax recognizer may sometimes have trouble, but for the most part it works acceptably well.
Informações Básicas da Extensão
Nome | Medium Code Highlighter |
ID | apdaagmhepellbjjbnaljaocodjjjjfd |
URL Oficial | https://chromewebstore.google.com/detail/medium-code-highlighter/apdaagmhepellbjjbnaljaocodjjjjfd |
Descrição | Add code syntax highlighting to Medium articles |
Tamanho do Arquivo | 86.32 KB |
Contagem de Instalações | 391 |
Versão Atual | 1.0.2 |
Última Atualização | 2019-07-27 |
Data de Publicação | 2019-07-23 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | https://macbaler.me |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medium Code Highlighter", "version": "1.0.2", "description": "Add code syntax highlighting to Medium articles", "author": "Mac Baler", "content_security_policy": "default-src 'self'", "icons": { "16": "icons\/16active.png", "32": "icons\/32active.png", "48": "icons\/48active.png", "128": "icons\/128active.png" }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/16disabled.png", "32": "icons\/32disabled.png", "48": "icons\/48disabled.png", "128": "icons\/128disabled.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |