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 파일 다운로드

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

확장 프로그램 사용 설명서

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