Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Github +1s क्या है?
Github +1s Ryan Florence द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github +1s एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
आधिकारिक URL | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
विवरण | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
फ़ाइल का आकार | 5.54 KB |
स्थापना संख्या | 210 |
वर्तमान संस्करण | 1.4.0 |
अंतिम अपडेट | 2015-06-19 |
प्रकाशन तिथि | 2015-06-19 |
रेटिंग | 4.58/5 कुल 12 रेटिंग्स |
डेवलपर | Ryan Florence |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github +1s", "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.", "version": "1.4.0", "permissions": [ "activeTab" ], "icons": { "128": "plusone.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content_script.js" ] } ] } |