GitHub Macros
Allow the developer to easily add images and gifs to comments
Was ist GitHub Macros?
GitHub Macros ist eine Chrome-Erweiterung, die von Avishai entwickelt wurde, und ihr Hauptmerkmal ist "Allow the developer to easily add images and gifs to comments".
Erweiterungsscreenshots
GitHub Macros-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitHub Macros-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension enriches Github comment box. Typing "!" inside a comment box will open up a box where you'll be able to search for the right image/meme/gif you want to place inside the comment. In addition, each media has a name and if you already know the name of the image/meme/gif you want to use, you can simply type $image/mem/gif_name$ and it will be replaced by the desired media. Now go and make that code review process much more fun :)
Grundlegende Informationen zur Erweiterung
Name | GitHub Macros |
ID | nmiadikamipnmkbflmapmailmdbkfcch |
Offizielle URL | https://chromewebstore.google.com/detail/github-macros/nmiadikamipnmkbflmapmailmdbkfcch |
Beschreibung | Allow the developer to easily add images and gifs to comments |
Dateigröße | 99.67 KB |
Installationsanzahl | 79 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2022-10-09 |
Veröffentlichungsdatum | 2022-01-10 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Avishai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/avishail/github-macros |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Macros", "description": "Allow the developer to easily add images and gifs to comments", "version": "1.0.7", "version_name": "1.0.7", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "\/img\/icons\/icon.png" } }, "icons": { "128": "\/img\/icons\/icon.png" }, "web_accessible_resources": [ { "resources": [ "img\/icons\/*.png", "font\/*.woff2" ], "matches": [ " |