ReSTYLE

ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…

ReSTYLE क्या है?

ReSTYLE https://graberzz.github.io/restyle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ReSTYLE

Easy way to customize your web pages

Change the appearance of your favorite web pages as you need

  Modern UI - Inspired by Google's Material Design
  Easy access to key features - Change styles using the most popular properties, such as text, color, etc.
  Save your styles - Keep the styles that you've created forever.                    

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

नाम ReSTYLE ReSTYLE
ID jofgmocgepahhifccembmdpehpbcccgo
आधिकारिक URL https://chromewebstore.google.com/detail/restyle/jofgmocgepahhifccembmdpehpbcccgo
विवरण ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…
फ़ाइल का आकार 1.84 MB
स्थापना संख्या 74
वर्तमान संस्करण 2.0
अंतिम अपडेट 2018-06-15
प्रकाशन तिथि 2018-06-15
डेवलपर https://graberzz.github.io/restyle
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReSTYLE",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/ReSTYLE_256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "38": "icons\/ReSTYLE_38.png",
        "256": "icons\/ReSTYLE_256.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}