Fetch!
Fetch a dog, anytime, anywhere!
Qu'est-ce que Fetch! ?
Fetch! est une extension Chrome développée par Patrick Cullings, et sa fonction principale est "Fetch a dog, anytime, anywhere!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fetch!
Téléchargez les fichiers d'extension Fetch! 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
'Fetch!' is a Chrome extension for everyone! Stressed, sad, or even happy, 'Fetch!' has got your back. On whichever website you're browsing, activate 'Fetch!' and you can fetch yourself a photo of a dog to display in your browser. Get a dog from a random breed, or from one of the breeds offered in the dropdown. Once you've had your fill, get back to your previous display by simply closing out of the image. Note: Fetch! does not work in a "New Tab." You must be in an actual webpage for Fetch! to function properly.
Informations de Base sur l'Extension
Nom | Fetch! |
ID | jkanoaaphjgfmmlomnhplhnikdhehijg |
URL Officiel | https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg |
Description | Fetch a dog, anytime, anywhere! |
Taille du Fichier | 106 KB |
Nombre d'Installations | 51 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2018-02-25 |
Date de Publication | 2018-02-24 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Patrick Cullings |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/pcullings/Fetch |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fetch!", "description": "Fetch a dog, anytime, anywhere!", "version": "0.0.0.3", "browser_action": { "default_icon": "content\/dog-icon.png", "default_popup": "popup.html", "default_title": "Fetch!" }, "permissions": [ "activeTab", "storage" ] } |