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 |
Eメール | [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" ] } } |