beautiflag
chrome://flags is pretty now!
beautiflag क्या है?
beautiflag deryck.henson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "chrome://flags is pretty now!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में beautiflag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The chrome://flags page has finally been re-styled. Clear, large, beautiful. https://github.com/dhenson02/beautiflag ***This currently requires --extensions-on-chrome-urls to be set.*** This can be done through the command-line, changing the shortcut "Target" field to add this at the end, or by visiting chrome://flags/#extensions-on-chrome-urls to enable it directly inside Chrome (requires browser restart).
एक्सटेंशन की मूल जानकारी
नाम | beautiflag |
ID | ofgpfmlknkhdaobdghenekbknpglbmfb |
आधिकारिक URL | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb |
विवरण | chrome://flags is pretty now! |
फ़ाइल का आकार | 80.13 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-01-22 |
प्रकाशन तिथि | 2016-01-21 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | deryck.henson |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dhenson02/beautiflag |
सहायता पृष्ठ URL | https://github.com/dhenson02/beautiflag/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "beautiflag", "description": "chrome:\/\/flags is pretty now!", "version": "1.0", "author": "Deryck Henson", "background": { "scripts": [ "adorable.js" ] }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs", "chrome:\/\/flags\/" ] } |