Graphic Design is my Passion

Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.

什么是Graphic Design is my Passion?

Graphic Design is my Passion是由M.K.Wall开发的Chrome扩展程序,该扩展的主要功能是“Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.”。

扩展截图

screenshot

下载Graphic Design is my Passion扩展crx文件

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

扩展使用说明

                        Want to prank a friend? Need to get yourself off the internet? Is graphic design your passion? Here is the extension for you. This replaces all fonts on any website with either Comic Sans or Papyrus and it picks a random color for the text.                    

扩展基本信息

名称 Graphic Design is my Passion Graphic Design is my Passion
ID kikogejhmeapgeifphomgcdicejclala
官方URL https://chromewebstore.google.com/detail/graphic-design-is-my-pass/kikogejhmeapgeifphomgcdicejclala
简介 Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.
文件大小 72.27 KB
安装次数 99
当前版本 1.0.1
更新时间 2018-03-12
上架时间 2018-03-11
评分 3.67/5 共3次评分
开发者 M.K.Wall
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Graphic Design is my Passion",
    "version": "1.0.1",
    "description": "Replaces all fonts with either Comic Sans or Papyrus and randomizes colors.",
    "homepage_url": "http:\/\/arts445.courses.bengrosser.com\/",
    "manifest_version": 2,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "64": "logo-64.png",
        "128": "logo-128.png",
        "256": "logo-256.png",
        "512": "logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "jquery.min.js",
                "ready.js",
                "GraphicDesignismyPassion.user.js"
            ]
        }
    ]
}