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ファイルをダウンロード

Bitcoin PH Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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