Highlight to Hilite.me
This extension allows the user to highlight code to send to hilite.me
Highlight to Hilite.me क्या है?
Highlight to Hilite.me http://terryseidler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to highlight code to send to hilite.me"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Highlight to Hilite.me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever found some nice code you wanted to copy to a blog post? This extension lets you select that code, right click it and run it through the hilite.me API to generate proper code highlighted HTML. The selected code will be copied to your clipboard, ready for use in one of your blog posts!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iaenhklkflbfmpcafgalelagbdileikn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/highlight-to-hiliteme/iaenhklkflbfmpcafgalelagbdileikn |
विवरण | This extension allows the user to highlight code to send to hilite.me |
फ़ाइल का आकार | 15.82 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2016-03-10 |
प्रकाशन तिथि | 2016-03-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://terryseidler.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tseidler/extension-chrome-hightlight-code |
सहायता पृष्ठ URL | https://github.com/tseidler/extension-chrome-hightlight-code/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight to Hilite.me", "description": "This extension allows the user to highlight code to send to hilite.me", "version": "0.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options\/options.html", "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "options\/options.html" }, "permissions": [ "clipboardWrite", "contextMenus", "storage", "notifications", "http:\/\/hilite.me\/" ], "background": { "scripts": [ "main.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |