Settings

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

Apa itu Settings?

Settings adalah ekstensi Chrome yang dikembangkan oleh Jacob "kurtextrem" Groß, dan fitur utamanya adalah "Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Settings

Unduh file ekstensi Settings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This Extension opens the chrome://settings                    

Informasi Dasar Ekstensi

Nama Settings Settings
ID faahkngnceajodamkiilofplklgpoadf
URL Resmi https://chrome.google.com/webstore/detail/settings/faahkngnceajodamkiilofplklgpoadf
Deskripsi Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)
Ukuran File 3.63 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2013-06-15
Tanggal Publikasi 2013-06-15
Penilaian 2.86/5 Total 14 Penilaian
Pengembang Jacob "kurtextrem" Groß
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.kurtextrem.de/chrome/PRIVACY.html
Bahasa yang Didukung 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"
}