Gist User Script Manager
User script manager which based on github gists
What is Gist User Script Manager?
Gist User Script Manager is a Chrome extension developed by stefan.breitenstein, and its main feature is "User script manager which based on github gists".
Extension Screenshots
Download Gist User Script Manager Extension CRX File
Download Gist User Script Manager 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
An additional DevTool panel which list all your gists.
It is really pleasing, if you want to experiment with a page and with your stored gists.
License info:
Icons:
All Icons sourced from Font-awesome.
Modification: The icon from this app are 2 merged icons (flask & terminal)
License: CC BY 4.0
Licence link: https://fontawesome.com/license
Source link: https://fontawesome.com/icons?d=gallery
Github Repo:
https://github.com/ste-xx/gist-userscript-manager Extension Basic Information
| Name | |
| ID | plpmkifleemfflmlnogdncmhlljcpdab |
| Official URL | https://chromewebstore.google.com/detail/gist-user-script-manager/plpmkifleemfflmlnogdncmhlljcpdab |
| Description | User script manager which based on github gists |
| File Size | 5.15 MB |
| Installation Count | 608 |
| Current Version | 0.0.2.0 |
| Last Updated | 2020-11-23 |
| Publish Date | 2020-11-23 |
| Developer | stefan.breitenstein |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gist User Script Manager",
"version": "0.0.2.0",
"manifest_version": 2,
"description": "User script manager which based on github gists",
"author": "Stefan Breitenstein",
"icons": {
"16": "res\/icon16.png",
"48": "res\/icon48.png",
"128": "res\/icon128.png"
},
"devtools_page": "devtools.html",
"content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'",
"permissions": [
"identity",
"https:\/\/github.com\/login\/oauth\/authorize",
"https:\/\/github.com\/login\/oauth\/access_token"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg8eYUxVzvqDLHWq3z93PtJ\/9gOv84r7yLJ3r311VBZW9GmzMmgFsPKAF9Bfcr2dNYCwU6W72Z+stxYNnfgz85HXBELbearnsDpzF56TlSJNhWqE2\/6HTn32qZ6dI5Pnq7oEhUITkbWESePvw3k2jV0vTp6yJSFIyP+2+dP7\/m6KOfcBhuJZi6RsDdfIw35XOJ+ORnfVJ3v1d5m0wAGF4aUlgHsN8SIn043YZb7w+upuiCrmxHjhi6a+NY80tlMZDG7Fyi25KBSsjvrsC2HWRlF6snolockJWWpwr+tmLIgazpXV9Z1YLZWExBKq2iiSPLKEdTjep1mngeNqYvkuZnQIDAQAB"
} | |