Daily Garfield Comics

Display daily Garfield comic strips

Apa itu Daily Garfield Comics?

Daily Garfield Comics adalah ekstensi Chrome yang dikembangkan oleh ktothdev, dan fitur utamanya adalah "Display daily Garfield comic strips".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Daily Garfield Comics

Unduh file ekstensi Daily Garfield Comics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Daily Garfield Comics Daily Garfield Comics
ID fiobgijambbbkgndmodakkpajghgnjbe
URL Resmi https://chromewebstore.google.com/detail/daily-garfield-comics/fiobgijambbbkgndmodakkpajghgnjbe
Deskripsi Display daily Garfield comic strips
Ukuran File 152 KB
Jumlah Instalasi 752
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2022-12-29
Tanggal Publikasi 2020-07-06
Penilaian 4.80/5 Total 5 Penilaian
Pengembang ktothdev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}