Prettier
Prettier all the things.
Prettier क्या है?
Prettier https://prettier.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prettier all the things."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prettier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For now only StackOverflow and GitHub.
एक्सटेंशन की मूल जानकारी
नाम | Prettier |
ID | fbcfnmplppajblbmdehballiekfgdkhp |
आधिकारिक URL | https://chromewebstore.google.com/detail/prettier/fbcfnmplppajblbmdehballiekfgdkhp |
विवरण | Prettier all the things. |
फ़ाइल का आकार | 3.79 MB |
स्थापना संख्या | 1,087 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2019-11-27 |
प्रकाशन तिथि | 2019-11-27 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://prettier.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://prettier.io |
सहायता पृष्ठ URL | https://prettier.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prettier", "version": "0.0.5", "manifest_version": 2, "description": "Prettier all the things.", "homepage_url": "https:\/\/prettier.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/stackoverflow.com\/*", "https:\/\/github.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |