Gif.co
The easiest way to express yourself with gifs.
Hvad er Gif.co?
Gif.co er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "The easiest way to express yourself with gifs.".
Udvidelsesskærmbilleder
Download Gif.co-udvidelses-CRX-fil
Download Gif.co-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A toolbar addon for Reaction Gifs. Shows both the current front page of r/reactiongif and an archive of commonly used gifs. Just click the one you want, and it copies to your clipboard for easy posting! A simple way to seem like an internet wizard. Example: http://gif.openrobot.net/Agci8.gif Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lmjgipcollcainhlickbjagjmbjpicoc |
| Officiel URL | https://chromewebstore.google.com/detail/gifco/lmjgipcollcainhlickbjagjmbjpicoc |
| Beskrivelse | The easiest way to express yourself with gifs. |
| Filstørrelse | 79.29 KB |
| Antal Installationer | 142 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2014-04-13 |
| Udgivelsesdato | 2014-04-13 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Udvidelseswebsted | http://openrobot.net |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gif.co",
"description": "The easiest way to express yourself with gifs.",
"version": "0.0.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/api.imgur.com\/",
"http:\/\/i.imgur.com\/"
]
} | |