Daily Garfield Comics

Display daily Garfield comic strips

What is Daily Garfield Comics?

Daily Garfield Comics is a Chrome extension developed by ktothdev, and its main feature is "Display daily Garfield comic strips".

Extension Screenshots

screenshot

Download Daily Garfield Comics Extension CRX File

Download Daily Garfield Comics 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

                        Displays daily Garfield comics (by Jim Davis) strips from the web.

See at origin: https://www.gocomics.com/garfield

** Disclaimer ** Garfield is registered trademark, this extension is not affiliated with Garfield.

Changelog
v0.0.3 - Migrate to Manifest V3
v0.0.2 - Bugfixes
v0.0.1 - Initial release                    

Extension Basic Information

Name Daily Garfield Comics Daily Garfield Comics
ID fiobgijambbbkgndmodakkpajghgnjbe
Official URL https://chromewebstore.google.com/detail/daily-garfield-comics/fiobgijambbbkgndmodakkpajghgnjbe
Description Display daily Garfield comic strips
File Size 152 KB
Installation Count 752
Current Version 0.0.3
Last Updated 2022-12-29
Publish Date 2020-07-06
Rating 4.80/5 Total 5 Ratings
Developer ktothdev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Daily Garfield Comics",
    "author": "T\u00f3th Kriszti\u00e1n Gyula",
    "version": "0.0.3",
    "description": "Display daily Garfield comic strips",
    "icons": {
        "16": "src\/resources\/icon16.png",
        "32": "src\/resources\/icon32.png",
        "48": "src\/resources\/icon48.png",
        "128": "src\/resources\/icon128.png"
    },
    "action": {
        "default_popup": "src\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/resources\/images\/garfield_head.png",
                "src\/resources\/images\/garfield404.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "host_permissions": [
        "http:\/\/picayune.uclick.com\/*"
    ]
}