Fetch!
Fetch a dog, anytime, anywhere!
Cos'è Fetch!?
Fetch! è un'estensione di Chrome sviluppata da Patrick Cullings, e la sua funzione principale è "Fetch a dog, anytime, anywhere!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fetch!
Scarica i file di estensione Fetch! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
'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.
Informazioni di Base sull'Estensione
Nome | Fetch! |
ID | jkanoaaphjgfmmlomnhplhnikdhehijg |
URL Ufficiale | https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg |
Descrizione | Fetch a dog, anytime, anywhere! |
Dimensione del File | 106 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2018-02-25 |
Data di Pubblicazione | 2018-02-24 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Patrick Cullings |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/pcullings/Fetch |
Lingue Supportate | 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" ] } |