Sleepy Puppy Tab
See your puppy sleeping peacefully whenever you open a new tab!
Cos'è Sleepy Puppy Tab?
Sleepy Puppy Tab è un'estensione di Chrome sviluppata da Nitish Srivastava, e la sua funzione principale è "See your puppy sleeping peacefully whenever you open a new tab!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sleepy Puppy Tab
Scarica i file di estensione Sleepy Puppy Tab 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
Get relaxed whenever you open a new tab. See a cute puppy sleeping peacefully on your new tab. You can change his color as you like :) Just don't try to wake him up. He gets sad if you do so :( With the latest version, you can also change the background color of the tab as you like!
Informazioni di Base sull'Estensione
Nome | Sleepy Puppy Tab |
ID | bnheiehhckfmehlpecdgomieilfgjikn |
URL Ufficiale | https://chromewebstore.google.com/detail/sleepy-puppy-tab/bnheiehhckfmehlpecdgomieilfgjikn |
Descrizione | See your puppy sleeping peacefully whenever you open a new tab! |
Dimensione del File | 32.48 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2022-02-05 |
Data di Pubblicazione | 2021-05-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Nitish Srivastava |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sleepy Puppy Tab", "short_name": "Sleepy Puppy Tab", "description": "See your puppy sleeping peacefully whenever you open a new tab!", "version": "0.0.3", "author": "Nitish Srivastava", "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab_sleepypuppy.html" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/puppy_16.png", "32": "\/images\/puppy_32.png", "48": "\/images\/puppy_64.png", "128": "\/images\/puppy_128.png" } }, "icons": { "16": "\/images\/puppy_16.png", "32": "\/images\/puppy_32.png", "48": "\/images\/puppy_64.png", "128": "\/images\/puppy_128.png" } } |