Sleepy Puppy Tab

See your puppy sleeping peacefully whenever you open a new tab!

What is Sleepy Puppy Tab?

Sleepy Puppy Tab is a Chrome extension developed by Nitish Srivastava, and its main feature is "See your puppy sleeping peacefully whenever you open a new tab!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sleepy Puppy Tab Extension CRX File

Download Sleepy Puppy Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Sleepy Puppy Tab Sleepy Puppy Tab
ID bnheiehhckfmehlpecdgomieilfgjikn
Official URL https://chromewebstore.google.com/detail/sleepy-puppy-tab/bnheiehhckfmehlpecdgomieilfgjikn
Description See your puppy sleeping peacefully whenever you open a new tab!
File Size 32.48 KB
Installation Count 34
Current Version 0.0.3
Last Updated 2022-02-05
Publish Date 2021-05-16
Rating 5.00/5 Total 3 Ratings
Developer Nitish Srivastava
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}