GitHub Selfies
Selfies! For GitHub! Hooray!
Co je GitHub Selfies?
GitHub Selfies je rozšíření Chrome vyvinuté github-selfies-maintainers, a jeho hlavní funkcí je „Selfies! For GitHub! Hooray!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub Selfies
Stáhněte si soubory rozšíření GitHub Selfies ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
GitHub Selfies allows you to easily insert selfies into your pull requests, issues, and comments from your webcam! Just one click and you'll be happily spamming your coworkers and fellow open source contributors with way too many pictures of your glorious mug.
Základní Informace o Rozšíření
Název | GitHub Selfies |
ID | ldnpkdnkgkogfnahcnldaedcoadjbkbl |
Oficiální URL | https://chromewebstore.google.com/detail/github-selfies/ldnpkdnkgkogfnahcnldaedcoadjbkbl |
Popis | Selfies! For GitHub! Hooray! |
Velikost souboru | 65.13 KB |
Počet instalací | 381 |
Aktuální Verze | 2.0.7 |
Poslední Aktualizace | 2020-07-12 |
Datum Vydání | 2018-12-29 |
Hodnocení | 4.67/5 Celkem 24 Hodnocení |
Vývojář | github-selfies-maintainers |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/thieman/github-selfies |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Selfies", "description": "Selfies! For GitHub! Hooray!", "version": "2.0.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/github.com\/*", "https:\/\/api.imgur.com\/3\/image" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "jquery.min.js", "b64.js", "NeuQuant.js", "LZWEncoder.js", "GIFEncoder.js", "selfie-base.js", "selfie.js" ], "css": [ "selfie.css" ], "matches": [ "*:\/\/github.com\/*" ] } ], "web_accessible_resources": [ "jquery-1.10.1.min.map", "new-issue.css", "issues.css" ] } |