Random Goats
Opens up a Wikipedia page about a random breed of goat.
Qu'est-ce que Random Goats ?
Random Goats est une extension Chrome développée par mcphersona7, et sa fonction principale est "Opens up a Wikipedia page about a random breed of goat.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Goats
Téléchargez les fichiers d'extension Random Goats 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
This extension does nothing but open up Wikipedia articles about different breeds of goats. Now with 28 more breeds of goat!
Informations de Base sur l'Extension
Nom | Random Goats |
ID | fadgialfjpgicfjmjnjdbhbgbimigdon |
URL Officiel | https://chromewebstore.google.com/detail/random-goats/fadgialfjpgicfjmjnjdbhbgbimigdon |
Description | Opens up a Wikipedia page about a random breed of goat. |
Taille du Fichier | 8.53 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-09-25 |
Date de Publication | 2018-09-24 |
Développeur | mcphersona7 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Goats", "version": "1.2", "description": "Opens up a Wikipedia page about a random breed of goat.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "goat_original.png" }, "manifest_version": 2, "permissions": [ "activeTab" ] } |