Github Annotator
Show user details and repository info in a tooltip.
Github Annotator क्या है?
Github Annotator Mesut Tasci द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show user details and repository info in a tooltip."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github Annotator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Show user,repo and gist informations in a tooltip at news feed. With this extension, you don't have to visit the user's or repos' own pages. Extension source code: https://github.com/mesuutt/github-annotator
एक्सटेंशन की मूल जानकारी
नाम | Github Annotator |
ID | epmbkocbfiejffcjahjhncadlipmdime |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-annotator/epmbkocbfiejffcjahjhncadlipmdime |
विवरण | Show user details and repository info in a tooltip. |
फ़ाइल का आकार | 81.68 KB |
स्थापना संख्या | 214 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2017-10-22 |
प्रकाशन तिथि | 2017-10-22 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Mesut Tasci |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/mesuutt/github-annotator |
सहायता पृष्ठ URL | https://github.com/mesuutt/github-annotator/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Annotator", "description": "Show user details and repository info in a tooltip.", "manifest_version": 2, "version": "2.1", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "jquery-1.9.1.min.js", "contentscript.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/github.com\/" ] } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" } } |