Give me a GIF!
A great tool to kill your productivity
Wat is Give me a GIF!?
Give me a GIF! is een Chrome-extensie ontwikkeld door https://alberto.cc, en de belangrijkste functie is "A great tool to kill your productivity".
Extensie Screenshots
Download het CRX-bestand van de extensie Give me a GIF!
Download Give me a GIF!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lnilkliokcnoaiodkamnegebhnmckacd |
| Officiële URL | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
| Beschrijving | A great tool to kill your productivity |
| Bestandsgrootte | 50.01 KB |
| Aantal Installaties | 17 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2021-02-01 |
| Publicatiedatum | 2019-10-20 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://alberto.cc |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
} | |