Comic Sams

Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.

Comic Sams란 무엇입니까?

Comic Sams은(는) https://comicsams.nrdesign.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable."입니다.

확장 프로그램 스크린샷

Comic Sams 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Comic Sams Chrome Extension was built for those who are looking to always keep the beauty of Comic Sans with them. With a bit of extra flashiness added in, it not only replaces all your browser text with Comic Sans, but it randomizes the colors as well. To give the pages some dimensionality, the images are replaced with a random gif of the user's choosing and elements of the web page are constantly spinning. Finally, to easily let you know the extension is on and working correctly, the background colors rapidly transition between multiple colors.                    

확장 프로그램 기본 정보

이름 Comic Sams Comic Sams
ID miodnionkealgmgafpmpilhlbgbabjdg
공식 URL https://chromewebstore.google.com/detail/comic-sams/miodnionkealgmgafpmpilhlbgbabjdg
설명 Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.
파일 크기 65.96 KB
설치 횟수 36
현재 버전 4.5
최근 업데이트 2019-08-04
출시 날짜 2019-08-02
평점 5.00/5 총 3 개의 평점
개발자 https://comicsams.nrdesign.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://comicsams.nrdesign.xyz
도움말 페이지 URL https://comicsams.nrdesign.xyz/feedback
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sams",
    "description": "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.",
    "version": "4.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "changes.js"
            ]
        }
    ]
}