Custom CSS by Denis
Minimal and secure way to add custom CSS per-domain
Custom CSS by Denis क्या है?
Custom CSS by Denis https://sokolov.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimal and secure way to add custom CSS per-domain"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom CSS by Denis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add custom CSS styles on websites. The extension does not require permissions to access all data on all websites all the time. Once you start editing CSS on a page, you get a permission prompt specific to that domain. Later, if the CSS for a domain is not used, the permission will be dropped. There is no UI clutter of any kind. The entire extension consists of a big editable area for CSS code for the current domain.
एक्सटेंशन की मूल जानकारी
नाम | Custom CSS by Denis |
ID | cemphncflepgmgfhcdegkbkekifodacd |
आधिकारिक URL | https://chromewebstore.google.com/detail/custom-css-by-denis/cemphncflepgmgfhcdegkbkekifodacd |
विवरण | Minimal and secure way to add custom CSS per-domain |
फ़ाइल का आकार | 40.74 KB |
स्थापना संख्या | 3,018 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2018-10-20 |
रेटिंग | 4.30/5 कुल 30 रेटिंग्स |
डेवलपर | https://sokolov.cc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/denis-sokolov/chrome-custom-css |
सहायता पृष्ठ URL | https://github.com/denis-sokolov/chrome-custom-css/issues |
समर्थित भाषाएँ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_short_name__", "version": "1.2.0", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "16": "src\/icons\/16.png", "48": "src\/icons\/48.png", "128": "src\/icons\/128.png", "256": "src\/icons\/256.png" }, "background": { "service_worker": "src\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/popup\/index.html" }, "optional_host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "activeTab", "scripting", "storage" ] } |