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)".
Снимки экрана расширения
Скачать файл CRX расширения Settings
Скачайте файлы расширений 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ß |
Электронная почта | [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" } |