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
官方網址 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"
}