Settings

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

Settingsคืออะไร?

Settings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacob "kurtextrem" Groß และคุณลักษณะหลักของมันคือ "Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Settings

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}