Notifications sample extension
Extension to test full notifications API namespace
Что такое Notifications sample extension?
Notifications sample extension - это расширение Chrome, разработанное utkpatdev, и его основная функция - "Extension to test full notifications API namespace".
Снимки экрана расширения
Скачать файл CRX расширения Notifications sample extension
Скачайте файлы расширений Notifications sample extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
Основная информация о расширении
Название | |
ID | fenbgmnkplieggjoplppaglhkkbhdfjo |
Официальный URL | https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo |
Описание | Extension to test full notifications API namespace |
Размер файла | 229 KB |
Количество установок | 28 |
Текущая Версия | 1.3.4.0 |
Последнее Обновление | 2022-11-25 |
Дата публикации | 2019-06-12 |
Разработчик | utkpatdev |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "utkpatdev", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "description": "Extension to test full notifications API namespace", "manifest_version": 2, "name": "Notifications sample extension", "options_page": "options.html", "permissions": [ "notifications" ], "version": "1.3.4.0" } |