Developer Flags for Google Chrome™

A quick-access button to the developer flags for Google Chrome™.

Developer Flags for Google Chrome™ क्या है?

Developer Flags for Google Chrome™ Jesse W. [w5748] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick-access button to the developer flags for Google Chrome™."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Developer Flags for Google Chrome™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Name: Developer Flags for Google Chrome™

Description: A button to provide quick-access to the developer flags for Google Chrome™, reached by directing the browser to 'chrome://flags'. With that in mind, users should be cautious when changing these settings. An official warning, published by Google™ on the flags page, has been reproduced below.

**WARNING**

These experimental features may change, break, or disappear at any time. We make absolutely no guarantees about what may happen if you turn one of these experiments on, and your browser may even spontaneously combust. 

Jokes aside, your browser may delete all your data, or your security and privacy could be compromised in unexpected ways. Any experiments you enable will be enabled for all users of this browser. Please proceed with caution. Interested in cool new Chrome features? Try our beta channel at chrome.com/beta.                    

एक्सटेंशन की मूल जानकारी

नाम Developer Flags for Google Chrome™ Developer Flags for Google Chrome™
ID fojocjhjjckpokddghpfadcgeldkfafn
आधिकारिक URL https://chromewebstore.google.com/detail/developer-flags-for-googl/fojocjhjjckpokddghpfadcgeldkfafn
विवरण A quick-access button to the developer flags for Google Chrome™.
फ़ाइल का आकार 51.19 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 0.2
अंतिम अपडेट 2014-05-27
प्रकाशन तिथि 2014-05-27
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Jesse W. [w5748]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://w5748.net/chrome-flags/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_19x19.png"
    },
    "description": "A quick-access button to the developer flags for Google Chrome\u2122.",
    "icons": {
        "128": "images\/icon_128x128.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png"
    },
    "manifest_version": 2,
    "name": "Developer Flags for Google Chrome\u2122",
    "author": "@w5748",
    "permissions": [
        "tabs"
    ],
    "version": "0.2"
}