LGTM for Github
This extenion automatically adds configurable LGTM comment to github commits with a configurable keyboard shortcut.
LGTM for Github क्या है?
LGTM for Github https://thetechtime.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extenion automatically adds configurable LGTM comment to github commits with a configurable keyboard shortcut."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LGTM for Github एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Source code: https://github.com/geekrax/lgtm-chrome-extension
एक्सटेंशन की मूल जानकारी
नाम | LGTM for Github |
ID | ckjpjogecpcibagiggbejclbihmochpn |
आधिकारिक URL | https://chromewebstore.google.com/detail/lgtm-for-github/ckjpjogecpcibagiggbejclbihmochpn |
विवरण | This extenion automatically adds configurable LGTM comment to github commits with a configurable keyboard shortcut. |
फ़ाइल का आकार | 32.36 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2017-03-18 |
प्रकाशन तिथि | 2017-03-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://thetechtime.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LGTM for Github", "description": "This extenion automatically adds configurable LGTM comment to github commits with a configurable keyboard shortcut.", "version": "1.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content\/content.js" ] } ], "options_page": "options\/options.html", "permissions": [ "https:\/\/github.com\/", "storage" ] } |