Medium Code Highlighter
Add code syntax highlighting to Medium articles
Medium Code Highlighter क्या है?
Medium Code Highlighter https://macbaler.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add code syntax highlighting to Medium articles"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Medium Code Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Medium Code Highlighter |
ID | apdaagmhepellbjjbnaljaocodjjjjfd |
आधिकारिक URL | https://chromewebstore.google.com/detail/medium-code-highlighter/apdaagmhepellbjjbnaljaocodjjjjfd |
विवरण | Add code syntax highlighting to Medium articles |
फ़ाइल का आकार | 86.32 KB |
स्थापना संख्या | 391 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2019-07-27 |
प्रकाशन तिथि | 2019-07-23 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://macbaler.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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": [ " |