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”。

擴展截圖

screenshot

下載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 Sun-Asterisk Alert
ID padfelcpddafgnggpadfafblcbajajhk
官方網址 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"
        ]
    }
}