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
官方網址 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"
            ]
        }
    ]
}