Random Cat GIF
This extension will show you a random cat gif to keep you happy.
Qu'est-ce que Random Cat GIF ?
Random Cat GIF est une extension Chrome développée par The True North Company, et sa fonction principale est "This extension will show you a random cat gif to keep you happy.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Cat GIF
Téléchargez les fichiers d'extension Random Cat GIF 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
Who doesn't need more cats in their life? Use this to see an awesome cat GIF at random!
Informations de Base sur l'Extension
Nom | |
ID | mgoklnodackhcoapoigopplnapkhbdaa |
URL Officiel | https://chrome.google.com/webstore/detail/random-cat-gif/mgoklnodackhcoapoigopplnapkhbdaa |
Description | This extension will show you a random cat gif to keep you happy. |
Taille du Fichier | 500 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2017-02-06 |
Date de Publication | 2017-02-06 |
Évaluation | 4.89/5 Total 9 Évaluations |
Développeur | The True North Company |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.arjunrao.co |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Cat GIF", "description": "This extension will show you a random cat gif to keep you happy.", "version": "3.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |