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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
        ]
    }
}