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]によって開発されたChromeの拡張機能で、その主な機能は「A quick-access button to the developer flags for Google Chrome™.」です。

拡張機能のスクリーンショット

screenshot

Developer Flags for Google Chrome™拡張機能のCRXファイルをダウンロード

Developer Flags for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}