Settings

Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)

什么是Settings?

Settings是由Jacob "kurtextrem" Groß开发的Chrome扩展程序,该扩展的主要功能是“Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)”。

扩展截图

screenshot
screenshot

下载Settings扩展crx文件

下载Settings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Extension opens the chrome://settings                    

扩展基本信息

名称 Settings Settings
ID faahkngnceajodamkiilofplklgpoadf
官方URL https://chrome.google.com/webstore/detail/settings/faahkngnceajodamkiilofplklgpoadf
简介 Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)
文件大小 3.63 KB
安装次数 2,000
当前版本 1.0.1
更新时间 2013-06-15
上架时间 2013-06-15
评分 2.86/5 共14次评分
开发者 Jacob "kurtextrem" Groß
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.kurtextrem.de/chrome/PRIVACY.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "pref.png",
        "popup": "popup.html"
    },
    "description": "Opens the Settings Windows (chrome:\/\/settings) directly from the toolbar. (Open about:labs and enable tabbed settings)",
    "icons": {
        "128": "pref.png",
        "16": "pref.png",
        "32": "pref.png",
        "48": "pref.png"
    },
    "name": "Settings",
    "manifest_version": 2,
    "version": "1.0.1"
}