Daily Garfield Comics

Display daily Garfield comic strips

Daily Garfield Comics là gì?

Daily Garfield Comics là một tiện ích mở rộng Chrome được phát triển bởi ktothdev, và tính năng chính của nó là "Display daily Garfield comic strips".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Daily Garfield Comics

Tải xuống các tệp mở rộng Daily Garfield Comics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Daily Garfield Comics Daily Garfield Comics
ID fiobgijambbbkgndmodakkpajghgnjbe
URL Chính Thức https://chromewebstore.google.com/detail/daily-garfield-comics/fiobgijambbbkgndmodakkpajghgnjbe
Mô tả Display daily Garfield comic strips
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 752
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-12-29
Ngày Phát Hành 2020-07-06
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển ktothdev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}