Github Gist Extension
easily connect the gist
What is Github Gist Extension?
Github Gist Extension is a Chrome extension developed by beyazberkay407, and its main feature is "easily connect the gist".
Extension Screenshots
Download Github Gist Extension Extension CRX File
Download Github Gist Extension 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
This extension create a github gist button in github.
Extension Basic Information
Name | Github Gist Extension |
ID | mgapapnadfpedgnbcbfnlgimmbcnaokc |
Official URL | https://chromewebstore.google.com/detail/github-gist-extension/mgapapnadfpedgnbcbfnlgimmbcnaokc |
Description | easily connect the gist |
File Size | 44.4 KB |
Installation Count | 16 |
Current Version | 0.0.1 |
Last Updated | 2016-06-24 |
Publish Date | 2016-06-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | beyazberkay407 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Gist Extension", "short_name": "Gist Extension", "version": "0.0.1", "manifest_version": 2, "description": "easily connect the gist", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "src\/jquery.js", "src\/background.js" ] } ] } |