GIF Pocket
Generate reaction gifs links easily for any occasion.
Qu'est-ce que GIF Pocket ?
GIF Pocket est une extension Chrome développée par Tony Guglielmi, et sa fonction principale est "Generate reaction gifs links easily for any occasion.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GIF Pocket
Téléchargez les fichiers d'extension GIF Pocket au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
GIF Pocket aggregates all the albums and their images at http://reactiongifsarchive.imgur.com/ to help improve your commenting/replying experience on all sites.
Informations de Base sur l'Extension
Nom | |
ID | cfgbgcnjmhffmmdmkchhiaegjngpcjdh |
URL Officiel | https://chrome.google.com/webstore/detail/gif-pocket/cfgbgcnjmhffmmdmkchhiaegjngpcjdh |
Description | Generate reaction gifs links easily for any occasion. |
Taille du Fichier | 56.58 KB |
Nombre d'Installations | 74 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2014-04-06 |
Date de Publication | 2014-04-06 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Tony Guglielmi |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF Pocket", "version": "0.0.3", "manifest_version": 2, "description": "Generate reaction gifs links easily for any occasion.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-16.png", "default_title": "GIF Pocket", "default_popup": "p.html" }, "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus", "storage", "tabs" ] } |