Notifications sample extension
Extension to test full notifications API namespace
O que é Notifications sample extension?
Notifications sample extension é uma extensão do Chrome desenvolvida por utkpatdev, e sua principal característica é "Extension to test full notifications API namespace".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notifications sample extension
Baixe arquivos de extensão Notifications sample extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
Informações Básicas da Extensão
Nome | |
ID | fenbgmnkplieggjoplppaglhkkbhdfjo |
URL Oficial | https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo |
Descrição | Extension to test full notifications API namespace |
Tamanho do Arquivo | 229 KB |
Contagem de Instalações | 28 |
Versão Atual | 1.3.4.0 |
Última Atualização | 2022-11-25 |
Data de Publicação | 2019-06-12 |
Desenvolvedor | utkpatdev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |