Give me a GIF!
A great tool to kill your productivity
Vad är Give me a GIF!?
Give me a GIF! är en Chrome-tillägg utvecklad av https://alberto.cc, och dess huvudfunktion är "A great tool to kill your productivity".
Tilläggsskärmbilder
Ladda ner Give me a GIF!-förlängningens CRX-fil
Ladda ner Give me a GIF!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lnilkliokcnoaiodkamnegebhnmckacd |
| Officiell webbadress | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
| Beskrivning | A great tool to kill your productivity |
| Filstorlek | 50.01 KB |
| Antal Installationer | 17 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2021-02-01 |
| Publiceringsdatum | 2019-10-20 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://alberto.cc |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
}
} | |