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.…
Cos'è Giphy for GitHub?
Giphy for GitHub è un'estensione di Chrome sviluppata da Steven Lundy, e la sua funzione principale è "Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Giphy for GitHub
Scarica i file di estensione Giphy for GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | njpbcacdkcomjpddllidghnpjjdjbfoh |
URL Ufficiale | https://chrome.google.com/webstore/detail/giphy-for-github/njpbcacdkcomjpddllidghnpjjdjbfoh |
Descrizione | Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.… |
Dimensione del File | 59.36 KB |
Conteggio Installazioni | 578 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2019-08-21 |
Data di Pubblicazione | 2019-08-21 |
Valutazione | 3.17/5 Totale 6 Valutazioni |
Sviluppatore | Steven Lundy |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |