View Crit CSS
Toggle external stylesheets to only see inline CSS
View Crit CSS क्या है?
View Crit CSS Matthias Vogt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle external stylesheets to only see inline CSS"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में View Crit CSS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Toggle external stylesheets on/off. Allows you to display only the critical, inline CSS to see what the page looks like before the external CSS has loaded. You can use keyboard shortcuts for toggling, default is ctrl+e/cmd+e.
एक्सटेंशन की मूल जानकारी
नाम | View Crit CSS |
ID | adbfbeilhdoemcglklgecpkoagnfndhd |
आधिकारिक URL | https://chromewebstore.google.com/detail/view-crit-css/adbfbeilhdoemcglklgecpkoagnfndhd |
विवरण | Toggle external stylesheets to only see inline CSS |
फ़ाइल का आकार | 9.69 KB |
स्थापना संख्या | 107 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2016-04-17 |
प्रकाशन तिथि | 2016-04-17 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Matthias Vogt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/matthias-vogt/view-crit-css |
सहायता पृष्ठ URL | https://github.com/matthias-vogt/view-crit-css/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "View Crit CSS", "description": "Toggle external stylesheets to only see inline CSS", "version": "0.1.0", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" } }, "commands": { "toggle-external-stylesheets": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Toggle external stylesheets" } }, "permissions": [ "activeTab" ], "manifest_version": 2 } |