Gas Now Notifier

This extension will give you the gas price and notify you

Gas Now Notifier란 무엇입니까?

Gas Now Notifier은(는) Wadie ELARRIM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will give you the gas price and notify you"입니다.

확장 프로그램 스크린샷

screenshot

Gas Now Notifier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Gas Now Notifier was created with love because I needed to check every time the gas price.

With Gas Now Notifier, you have to specify your goal and that's it, it will notify you once the price reach the goal.

PS : Gas Now Notifier fetch data from Gas Now                    

확장 프로그램 기본 정보

이름 Gas Now Notifier Gas Now Notifier
ID clccniplcefppppkbaaefjmkipnjgpek
공식 URL https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek
설명 This extension will give you the gas price and notify you
파일 크기 17.67 KB
설치 횟수 752
현재 버전 1.0.1
최근 업데이트 2020-12-29
출시 날짜 2020-12-28
개발자 Wadie ELARRIM
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.linkedin.com/in/welarrim/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gas Now Notifier",
    "description": "This extension will give you the gas price and notify you",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "alarms"
    ],
    "content_security_policy": "default-src 'self' blob: filesystem: 'unsafe-eval'; connect-src 'self' https:\/\/www.gasnow.org\/api\/v3\/gas\/price;"
}