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)」です。
拡張機能のスクリーンショット
Settings拡張機能のCRXファイルをダウンロード
Settings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension opens the chrome://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ß |
Eメール | [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" } |