Settings
Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)
Co to jest Settings?
Settings to rozszerzenie Chrome opracowane przez Jacob "kurtextrem" Groß, a jego główną funkcją jest „Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Settings
Pobierz pliki rozszerzeń Settings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This Extension opens the chrome://settings
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | faahkngnceajodamkiilofplklgpoadf |
Oficjalny URL | https://chrome.google.com/webstore/detail/settings/faahkngnceajodamkiilofplklgpoadf |
Opis | Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings) |
Rozmiar pliku | 3.63 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2013-06-15 |
Data Publikacji | 2013-06-15 |
Ocena | 2.86/5 Łącznie 14 Oceny |
Deweloper | Jacob "kurtextrem" Groß |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.kurtextrem.de/chrome/PRIVACY.html |
Obsługiwane Języki | 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" } |