GitHub Macros
Allow the developer to easily add images and gifs to comments
Что такое GitHub Macros?
GitHub Macros - это расширение Chrome, разработанное Avishai, и его основная функция - "Allow the developer to easily add images and gifs to comments".
Снимки экрана расширения
Скачать файл CRX расширения GitHub Macros
Скачайте файлы расширений GitHub Macros в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 :)
Основная информация о расширении
Название | GitHub Macros |
ID | nmiadikamipnmkbflmapmailmdbkfcch |
Официальный URL | https://chromewebstore.google.com/detail/github-macros/nmiadikamipnmkbflmapmailmdbkfcch |
Описание | Allow the developer to easily add images and gifs to comments |
Размер файла | 99.67 KB |
Количество установок | 79 |
Текущая Версия | 1.0.7 |
Последнее Обновление | 2022-10-09 |
Дата публикации | 2022-01-10 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Avishai |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/avishail/github-macros |
Поддерживаемые языки | 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": [ " |