caturday

Shows pictures of cats!

Vad är caturday?

caturday är en Chrome-tillägg utvecklad av hal313, och dess huvudfunktion är "Shows pictures of cats!".

Tilläggsskärmbilder

Ladda ner caturday-förlängningens CRX-fil

Ladda ner caturday-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

                        Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun.

Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension                    

Grundläggande Information om Tillägg

Namn caturday caturday
ID mcciciniemdaoljfnhgfahdhhkhefcfp
Officiell webbadress https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp
Beskrivning Shows pictures of cats!
Filstorlek 95.19 KB
Antal Installationer 54
Aktuell Version 0.0.31
Senast Uppdaterad 2021-03-09
Publiceringsdatum 2019-04-18
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare hal313
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.31",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": [],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "caturday",
        "default_popup": "popup.html"
    }
}