Twitter for GitHub
Twitter handles for GitHub
What is Twitter for GitHub?
Twitter for GitHub is a Chrome extension developed by bevacqua, and its main feature is "Twitter handles for GitHub".
Extension Screenshots
Download Twitter for GitHub Extension CRX File
Download Twitter for GitHub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Inserts Twitter usernames into GitHub profiles, after inferring them through multiple strategies.
Extension Basic Information
Name | Twitter for GitHub |
ID | joalalcafnlmimkfkihjbdgmphgedojc |
Official URL | https://chromewebstore.google.com/detail/twitter-for-github/joalalcafnlmimkfkihjbdgmphgedojc |
Description | Twitter handles for GitHub |
File Size | 19.72 KB |
Installation Count | 156 |
Current Version | 1.0.1 |
Last Updated | 2019-02-15 |
Publish Date | 2019-02-14 |
Rating | 4.80/5 Total 5 Ratings |
Developer | bevacqua |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter for GitHub", "version": "1.0.1", "description": "Twitter handles for GitHub", "homepage_url": "https:\/\/github.com\/bevacqua\/twitter-for-github", "manifest_version": 2, "minimum_chrome_version": "48", "permissions": [ "https:\/\/github.com\/*" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "js": [ "vendor\/sprint.min.js", "content.js" ] } ] } |