Give me a GIF!
A great tool to kill your productivity
Cos'è Give me a GIF!?
Give me a GIF! è un'estensione di Chrome sviluppata da https://alberto.cc, e la sua funzione principale è "A great tool to kill your productivity".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Give me a GIF!
Scarica i file di estensione Give me a GIF! 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
You need a GIF. You know you need a GIF right now. Install the extension, click the icon and get pleasured with the hottest GIFs from reddit.com/r/gifs.
Informazioni di Base sull'Estensione
Nome | Give me a GIF! |
ID | lnilkliokcnoaiodkamnegebhnmckacd |
URL Ufficiale | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
Descrizione | A great tool to kill your productivity |
Dimensione del File | 50.01 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-02-01 |
Data di Pubblicazione | 2019-10-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://alberto.cc |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Give me a GIF!", "short_name": "GIF!", "description": "A great tool to kill your productivity", "version": "1.2", "author": "Alberto Cabeza Cardiel", "manifest_version": 2, "icons": { "16": "img\/icon\/icon_16.png", "48": "img\/icon\/icon_48.png", "128": "img\/icon\/icon_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "img\/icon\/icon_16.png", "48": "img\/icon\/icon_48.png", "128": "img\/icon\/icon_128.png" } } } |