Gif.co
The easiest way to express yourself with gifs.
Vad är Gif.co?
Gif.co är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "The easiest way to express yourself with gifs.".
Tilläggsskärmbilder
Ladda ner Gif.co-förlängningens CRX-fil
Ladda ner Gif.co-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
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äggande Information om Tillägg
| Namn | |
| ID | lmjgipcollcainhlickbjagjmbjpicoc |
| Officiell webbadress | https://chromewebstore.google.com/detail/gifco/lmjgipcollcainhlickbjagjmbjpicoc |
| Beskrivning | The easiest way to express yourself with gifs. |
| Filstorlek | 79.29 KB |
| Antal Installationer | 142 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2014-04-13 |
| Publiceringsdatum | 2014-04-13 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | http://openrobot.net |
| Stödda Språk | 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\/"
]
} | |