Github Notable Comments
Lets you easily navigate between the notable comments on github
What is Github Notable Comments?
Github Notable Comments is a Chrome extension developed by kamranahmed.se, and its main feature is "Lets you easily navigate between the notable comments on github".
Extension Screenshots
Download Github Notable Comments Extension CRX File
Download Github Notable Comments 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
Extension Basic Information
Name | Github Notable Comments |
ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
Official URL | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
Description | Lets you easily navigate between the notable comments on github |
File Size | 13.17 KB |
Installation Count | 53 |
Current Version | 0.0.1 |
Last Updated | 2018-04-20 |
Publish Date | 2018-04-20 |
Developer | kamranahmed.se |
[email protected] | |
Payment Type | free |
Extension Website | http://github.com/kamranahmedse/notable-comments |
Help Page URL | http://github.com/kamranahmedse/notable-comments/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Notable Comments", "short_name": "github-notable-comments", "version": "0.0.1", "manifest_version": 2, "description": "Lets you easily navigate between the notable comments on github", "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "index.js" ], "css": [ ".\/styles\/main.css" ] } ] } |