Bitcoin PH Extension

Notification for bitcoin price changes. Let's you know when to buy and when to sell.

Bitcoin PH Extension란 무엇입니까?

Bitcoin PH Extension은(는) Eddie Barcelona Jr.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notification for bitcoin price changes. Let's you know when to buy and when to sell."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bitcoin PH Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of searching for bitcoin price tracker for PHP? Well, now it's here.

The Bitcoin PH extension provides real-time price changes. It notifies you whether the prices go up or down. It is very simple and very user-friendly. This will greatly help you decide when to buy and when to sell your bitcoin. Enjoy!

What's new:
- Removed storage permission.

Archived:
- Added detailed difference (how much increase/decrease and percentage difference) on the notification
- Added Options button on notification
- Added Clear All button on notification
- Added directing to Options page when the extension icon (badge) is clicked.
- Added graying out of badge's text when notification is disabled

For next release, I will add currencies other than PHP, so stay tuned!                    

확장 프로그램 기본 정보

이름 Bitcoin PH Extension Bitcoin PH Extension
ID cegeeeoaeeeofikcgaefnggbccphkcap
공식 URL https://chromewebstore.google.com/detail/bitcoin-ph-extension/cegeeeoaeeeofikcgaefnggbccphkcap
설명 Notification for bitcoin price changes. Let's you know when to buy and when to sell.
파일 크기 86.51 KB
설치 횟수 14
현재 버전 1.6.1
최근 업데이트 2021-10-23
출시 날짜 2018-04-01
평점 5.00/5 총 1 개의 평점
개발자 Eddie Barcelona Jr.
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin PH Extension",
    "version": "1.6.1",
    "description": "Notification for bitcoin price changes. Let's you know when to buy and when to sell.",
    "icons": {
        "16": "bitcoin_16.png",
        "32": "bitcoin_32.png",
        "48": "bitcoin_48.png",
        "128": "bitcoin_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/quote.coins.ph\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Bitcoin PH"
    },
    "web_accessible_resources": [
        "48.png"
    ]
}