ShowTime
Extension to show the current time and date
Что такое ShowTime?
ShowTime - это расширение Chrome, разработанное prateek.mehta, и его основная функция - "Extension to show the current time and date".
Снимки экрана расширения
Скачать файл CRX расширения ShowTime
Скачайте файлы расширений ShowTime в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- Use the ShowTime extension to see the current time and date - This extension demonstrates the use of the Browser-Action component provided by the Google Chrome Extensions framework - It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)
Основная информация о расширении
Название | ShowTime |
ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
Официальный URL | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
Описание | Extension to show the current time and date |
Размер файла | 14.5 KB |
Количество установок | 215 |
Текущая Версия | 1.2 |
Последнее Обновление | 2016-03-24 |
Дата публикации | 2016-03-23 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | prateek.mehta |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://pixdip.com/extensions |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShowTime", "description": "Extension to show the current time and date", "version": "1.2", "browser_action": { "default_title": "ShowTime", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |