Gif.co
The easiest way to express yourself with gifs.
Was ist Gif.co?
Gif.co ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to express yourself with gifs.".
Erweiterungsscreenshots
Gif.co-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gif.co-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lmjgipcollcainhlickbjagjmbjpicoc |
| Offizielle URL | https://chromewebstore.google.com/detail/gifco/lmjgipcollcainhlickbjagjmbjpicoc |
| Beschreibung | The easiest way to express yourself with gifs. |
| Dateigröße | 79.29 KB |
| Installationsanzahl | 142 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2014-04-13 |
| Veröffentlichungsdatum | 2014-04-13 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Erweiterungswebsite | http://openrobot.net |
| Unterstützte Sprachen | 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\/"
]
} | |