Email From Github
This extension allows the user to get someone's email from their GitHub profile
Email From Github क्या है?
Email From Github Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to get someone's email from their GitHub profile"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email From Github एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Using this extension, you can find someone's email address when you open their GitHub profile. Navigate to this person's GitHub page and click on the extension in your toolbar.
एक्सटेंशन की मूल जानकारी
नाम | Email From Github |
ID | kdpfkmkiaknkheelgdkhdbkjdenghcjo |
आधिकारिक URL | https://chromewebstore.google.com/detail/email-from-github/kdpfkmkiaknkheelgdkhdbkjdenghcjo |
विवरण | This extension allows the user to get someone's email from their GitHub profile |
फ़ाइल का आकार | 17.41 KB |
स्थापना संख्या | 797 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-04-20 |
प्रकाशन तिथि | 2019-04-20 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email From Github", "description": "This extension allows the user to get someone's email from their GitHub profile", "version": "1.0", "background": { "scripts": [ "content.js" ], "persistent": false }, "page_action": { "default_icon": "icon16.png", "default_title": "Get this user's email!", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "declarativeContent", "tabs" ] } |