Daily Garfield Comics

Display daily Garfield comic strips

Wat is Daily Garfield Comics?

Daily Garfield Comics is een Chrome-extensie ontwikkeld door ktothdev, en de belangrijkste functie is "Display daily Garfield comic strips".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Daily Garfield Comics

Download Daily Garfield Comics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Daily Garfield Comics Daily Garfield Comics
ID fiobgijambbbkgndmodakkpajghgnjbe
Officiële URL https://chromewebstore.google.com/detail/daily-garfield-comics/fiobgijambbbkgndmodakkpajghgnjbe
Beschrijving Display daily Garfield comic strips
Bestandsgrootte 152 KB
Aantal Installaties 752
Huidige Versie 0.0.3
Laatst Bijgewerkt 2022-12-29
Publicatiedatum 2020-07-06
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar ktothdev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}