HubLighter - GitHub Code Highlighter
Highlight all selected code occurrences on any GitHub pull request page or source page
HubLighter - GitHub Code Highlighter क्या है?
HubLighter - GitHub Code Highlighter hvetko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight all selected code occurrences on any GitHub pull request page or source page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HubLighter - GitHub Code Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple highlighting tool for GitHub code reviews. Highlight any code and all other occurrences on page will be highlighted. Extension does not require any special permission or GitHub credentials. It is open source, hosted on GitHub. This extension is not endorsed by, sponsored by, or affiliated with GitHub.
एक्सटेंशन की मूल जानकारी
नाम | HubLighter - GitHub Code Highlighter |
ID | lglodolklpafcnjeaphjdijmfbmikkgn |
आधिकारिक URL | https://chromewebstore.google.com/detail/hublighter-github-code-hi/lglodolklpafcnjeaphjdijmfbmikkgn |
विवरण | Highlight all selected code occurrences on any GitHub pull request page or source page |
फ़ाइल का आकार | 58.39 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2017-06-22 |
प्रकाशन तिथि | 2017-06-22 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | hvetko |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/hvetko/hublighter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "img\/hublighter-16.png", "default_popup": "html\/popup.html", "default_title": "HubLighter - GitHub Code Highlighter" }, "content_scripts": [ { "css": [ "css\/hublighter.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content.js" ], "matches": [ "https:\/\/github.com\/*" ] } ], "description": "Highlight all selected code occurrences on any GitHub pull request page or source page", "homepage_url": "https:\/\/github.com\/hvetko\/hublighter", "icons": { "128": "img\/hublighter-128.png", "16": "img\/hublighter-16.png", "48": "img\/hublighter-48.png" }, "manifest_version": 2, "name": "HubLighter - GitHub Code Highlighter", "options_page": "html\/options.html", "permissions": [ "storage", "https:\/\/github.com\/" ], "version": "1.2.1" } |