BrowserPet
Description
Cos'è BrowserPet?
BrowserPet è un'estensione di Chrome sviluppata da Danial Nickford, e la sua funzione principale è "Description".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BrowserPet
Scarica i file di estensione BrowserPet 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
BETA eSheep Can you remember this application from the 90's? This nice sheep covered our desktops for years :D It has since been re written for the web! You can choose from many small animated friends to run around in your browser windows. GitHub: https://github.com/Adrianotiger/desktopPet Website: http://esheep.petrucci.ch/
Informazioni di Base sull'Estensione
Nome | |
ID | bjaffbhhllbbdglgopkfkfdgegldjmoh |
URL Ufficiale | https://chrome.google.com/webstore/detail/browserpet/bjaffbhhllbbdglgopkfkfdgegldjmoh |
Descrizione | Description |
Dimensione del File | 31.45 KB |
Conteggio Installazioni | 130 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2019-02-12 |
Data di Pubblicazione | 2019-02-12 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | Danial Nickford |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://esheep.petrucci.ch/ |
URL della Pagina di Aiuto | https://github.com/Adrianotiger/desktopPet |
Lingue Supportate | en |
manifest.json | |
{ "background": { "scripts": [ "DesktopPet.js", "index.js" ] }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [], "description": "Description", "manifest_version": 2, "name": "BrowserPet", "permissions": [ "activeTab", "http:\/\/esheep.petrucci.ch\/", "https:\/\/esheep.redsparr0w.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2" } |