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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all fonts with either Comic Sans or Papyrus and randomizes colors."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Graphic Design is my Passion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}