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