Themes For Chrome
Get quick access to all my top themes right in your Chrome browser
Что такое Themes For Chrome?
Themes For Chrome - это расширение Chrome, разработанное https://www.chromethemer.com, и его основная функция - "Get quick access to all my top themes right in your Chrome browser".
Снимки экрана расширения
Скачать файл CRX расширения Themes For Chrome
Скачайте файлы расширений Themes For Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This browser extension; Creates a customization icon in your browser that opens a pop-up link that takes you straight to chromethemer's homepage where you can access all my best themes. Download Free Themes For Google Chrome. Awesome Themes To Choose From, Updated Daily. Free Updates & New Theme Releases! Get Quick & Easy Access to ChromeThemer.com DOWNLOAD NOW & Please Rate or Leave a Comment ...
Основная информация о расширении
Название | |
ID | hhgbfciofeannobmgngkfgjkanpiphpa |
Официальный URL | https://chrome.google.com/webstore/detail/themes-for-chrome/hhgbfciofeannobmgngkfgjkanpiphpa |
Описание | Get quick access to all my top themes right in your Chrome browser |
Размер файла | 13.63 KB |
Количество установок | 1,688 |
Текущая Версия | 1.4 |
Последнее Обновление | 2020-06-07 |
Дата публикации | 2020-06-05 |
Рейтинг | 3.50/5 Всего 6 оценок |
Разработчик | https://www.chromethemer.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.chromethemer.com/ |
URL страницы помощи | https://www.chromethemer.com/ |
URL страницы политики конфиденциальности | https://www.chromethemer.com/privacy.html |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Themes For Chrome", "description": "Get quick access to all my top themes right in your Chrome browser", "version": "1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "hello.html" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |