Stylizer
Give websites user-defined CSS's.
Stylizer क्या है?
Stylizer alchen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Give websites user-defined CSS's."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stylizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that. Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.
एक्सटेंशन की मूल जानकारी
नाम | Stylizer |
ID | mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
विवरण | Give websites user-defined CSS's. |
फ़ाइल का आकार | 49.52 KB |
स्थापना संख्या | 185 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-02-13 |
प्रकाशन तिथि | 2018-02-13 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | alchen |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/alchen/stylizer |
सहायता पृष्ठ URL | https://github.com/alchen/stylizer/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stylizer", "description": "Give websites user-defined CSS's.", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |