Sun-Asterisk Alert
Show alert banner to some specific websites
什么是Sun-Asterisk Alert?
Sun-Asterisk Alert是由Sun* Chrome Extension开发的Chrome扩展程序,该扩展的主要功能是“Show alert banner to some specific websites”。
扩展截图
下载Sun-Asterisk Alert扩展crx文件
下载Sun-Asterisk Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is extension for internal purpose. It will show the banner in the top page when user access to the specific urls
扩展基本信息
名称 | Sun-Asterisk Alert |
ID | padfelcpddafgnggpadfafblcbajajhk |
官方URL | https://chromewebstore.google.com/detail/sun-asterisk-alert/padfelcpddafgnggpadfafblcbajajhk |
简介 | Show alert banner to some specific websites |
文件大小 | 13.01 KB |
安装次数 | 561 |
当前版本 | 1.0.0 |
更新时间 | 2020-10-12 |
上架时间 | 2020-10-12 |
开发者 | Sun* Chrome Extension |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/sun-asterisk.com/privacy-policy-for-sun/home |
支持的语言 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sun-Asterisk Alert", "description": "Show alert banner to some specific websites", "version": "1.0.0", "icons": { "32": "assets\/img\/ico-32.png", "48": "assets\/img\/ico-32.png" }, "browser_action": { "default_icon": "assets\/img\/ico-32.png", "default_popup": "popup.html", "default_title": "Sun-Asterisk Alert" }, "permissions": [ "tabs", "storage", "webNavigation", "identity", "identity.email" ], "oauth2": { "client_id": "1003585085396-4r5v72aelata2hlsdmvisb421lkbdnio.apps.googleusercontent.com", "scopes": [ "profile email" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/js\/sun-asterisk-alert.js" ], "css": [ "assets\/css\/alert.css" ] } ], "background": { "scripts": [ "assets\/js\/background.js" ] } } |