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文件

下载Comic Sams扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}