Sleepy Puppy Tab

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

Vad är Sleepy Puppy Tab?

Sleepy Puppy Tab är en Chrome-tillägg utvecklad av Nitish Srivastava, och dess huvudfunktion är "See your puppy sleeping peacefully whenever you open a new tab!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Sleepy Puppy Tab-förlängningens CRX-fil

Ladda ner Sleepy Puppy Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Sleepy Puppy Tab Sleepy Puppy Tab
ID bnheiehhckfmehlpecdgomieilfgjikn
Officiell webbadress https://chromewebstore.google.com/detail/sleepy-puppy-tab/bnheiehhckfmehlpecdgomieilfgjikn
Beskrivning See your puppy sleeping peacefully whenever you open a new tab!
Filstorlek 32.48 KB
Antal Installationer 34
Aktuell Version 0.0.3
Senast Uppdaterad 2022-02-05
Publiceringsdatum 2021-05-16
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Nitish Srivastava
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}