DevTools Author
A selection of author settings for Chrome Developer Tools.
DevTools Author क्या है?
DevTools Author Mike King द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A selection of author settings for Chrome Developer Tools."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DevTools Author एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you use DevTools as part of your frontend development environment, DevTools Author provides a small set of options to enhance your authoring experience. • Choose from +25 editor themes • Custom font support • Control font size (10px - 22px) /* ------------------------------------------------------------- Installation ----------------------------------------------------------- */ • Add extension • Enable Developer Tools experiments in chrome://flags/#enable-devtools-experiments. Restart Chrome for flags to take effect. • Open DevTools (cmd + opt + I); Settings > Experiments > check Allow custom UI themes • Reload DevTools. Theme selection, font-size, and font-family are configurable in the 'Author Settings' DevTools tab
एक्सटेंशन की मूल जानकारी
नाम | DevTools Author |
ID | egfhcfdfnajldliefpdoaojgahefjhhi |
आधिकारिक URL | https://chromewebstore.google.com/detail/devtools-author/egfhcfdfnajldliefpdoaojgahefjhhi |
विवरण | A selection of author settings for Chrome Developer Tools. |
फ़ाइल का आकार | 377 KB |
स्थापना संख्या | 8,772 |
वर्तमान संस्करण | 0.6.6 |
अंतिम अपडेट | 2016-03-30 |
प्रकाशन तिथि | 2016-03-29 |
रेटिंग | 3.92/5 कुल 117 रेटिंग्स |
डेवलपर | Mike King |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://mikeking.io/devtools-author/ |
सहायता पृष्ठ URL | https://github.com/micjamking/devtools-author/issues/new |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Author", "description": "A selection of author settings for Chrome Developer Tools.", "permissions": [ "storage" ], "devtools_page": "devtools.html", "manifest_version": 2, "version": "0.6.6", "icons": { "128": "dist\/images\/icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |