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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notification for bitcoin price changes. Let's you know when to buy and when to sell."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bitcoin PH Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}