everything papyrus

replaces the font on every website with Papyrus

everything papyrus क्या है?

everything papyrus eugene kudashev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "replaces the font on every website with Papyrus"।

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

screenshot
screenshot

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

crx प्रारूप में everything papyrus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        very predictably, this extension changes the font on every website to Papyrus                    

एक्सटेंशन की मूल जानकारी

नाम everything papyrus everything papyrus
ID mdpppmhegkjgbeoipbemekabadifggie
आधिकारिक URL https://chrome.google.com/webstore/detail/everything-papyrus/mdpppmhegkjgbeoipbemekabadifggie
विवरण replaces the font on every website with Papyrus
फ़ाइल का आकार 24.95 KB
स्थापना संख्या 122
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2020-02-28
प्रकाशन तिथि 2020-02-28
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर eugene kudashev
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "everything papyrus",
    "version": "0.1.1",
    "description": "replaces the font on every website with Papyrus",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    }
}