Giphy for GitHub
Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…
Apa itu Giphy for GitHub?
Giphy for GitHub adalah ekstensi Chrome yang dikembangkan oleh Steven Lundy, dan fitur utamanya adalah "Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Giphy for GitHub
Unduh file ekstensi Giphy for GitHub dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub. After you have installed the extension there will be an extra button in your GitHub toolbar to insert GIFs. If you select a word or phrase and click the button, it will replace the text with a giphy on that theme. If you have nothing selected, it will insert a random giphy. If you select the ID for a specific giphy, it will insert it.
Informasi Dasar Ekstensi
Nama | |
ID | njpbcacdkcomjpddllidghnpjjdjbfoh |
URL Resmi | https://chrome.google.com/webstore/detail/giphy-for-github/njpbcacdkcomjpddllidghnpjjdjbfoh |
Deskripsi | Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.… |
Ukuran File | 59.36 KB |
Jumlah Instalasi | 578 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2019-08-21 |
Tanggal Publikasi | 2019-08-21 |
Penilaian | 3.17/5 Total 6 Penilaian |
Pengembang | Steven Lundy |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giphy for GitHub", "description": "", "version": "1.0.4", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "244": "icons\/icon244.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "main.js" ] } ] } |