Comic Sansation

View the whole web in Comic Sans! The Comic Sansation.

什么是Comic Sansation?

Comic Sansation是由qwertyman1开发的Chrome扩展程序,该扩展的主要功能是“View the whole web in Comic Sans! The Comic Sansation.”。

扩展截图

screenshot

下载Comic Sansation扩展crx文件

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

扩展使用说明

                        Every page is displayed in Comic Sans.                    

扩展基本信息

名称 Comic Sansation Comic Sansation
ID abclfinjnggnhfhopdkefpblfikpbcak
官方URL https://chrome.google.com/webstore/detail/comic-sansation/abclfinjnggnhfhopdkefpblfikpbcak
简介 View the whole web in Comic Sans! The Comic Sansation.
文件大小 23.07 KB
安装次数 63
当前版本 1.1.1.1117
更新时间 2020-06-25
上架时间 2020-06-24
评分 3.60/5 共5次评分
开发者 qwertyman1
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://stoic-hawking-3d1aaa.netlify.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "comicsans\/comicsans.css"
            ],
            "js": [
                "comicsans\/comicsans.js",
                "lib\/ga\/ga.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "background": {
        "scripts": []
    },
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.1.1.1117",
    "default_locale": "en",
    "icons": {
        "128": "comicsans\/logo128.png",
        "16": "comicsans\/logo16.png"
    },
    "permissions": [
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}