Daily Garfield Comics

Display daily Garfield comic strips

Daily Garfield Comics란 무엇입니까?

Daily Garfield Comics은(는) ktothdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display daily Garfield comic strips"입니다.

확장 프로그램 스크린샷

screenshot

Daily Garfield Comics 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Daily Garfield Comics Daily Garfield Comics
ID fiobgijambbbkgndmodakkpajghgnjbe
공식 URL https://chromewebstore.google.com/detail/daily-garfield-comics/fiobgijambbbkgndmodakkpajghgnjbe
설명 Display daily Garfield comic strips
파일 크기 152 KB
설치 횟수 752
현재 버전 0.0.3
최근 업데이트 2022-12-29
출시 날짜 2020-07-06
평점 4.80/5 총 5 개의 평점
개발자 ktothdev
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}