China's Bank Exchange Rate

A browser action to show the China`s bank currencies exchange rates in real time, with a popup showing the detail rates chart.

China's Bank Exchange Rate क्या है?

China's Bank Exchange Rate Vivian Liu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser action to show the China`s bank currencies exchange rates in real time, with a popup showing the detail rates chart."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में China's Bank Exchange Rate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A browser action to show the China`s bank currencies exchange rates in real time, with a popup showing the detail rates chart.                    

एक्सटेंशन की मूल जानकारी

नाम China's Bank Exchange Rate China's Bank Exchange Rate
ID mkgpdgkagelcghmbkfbfamonaekfgpla
आधिकारिक URL https://chromewebstore.google.com/detail/chinas-bank-exchange-rate/mkgpdgkagelcghmbkfbfamonaekfgpla
विवरण A browser action to show the China`s bank currencies exchange rates in real time, with a popup showing the detail rates chart.
फ़ाइल का आकार 78.75 KB
स्थापना संख्या 233
वर्तमान संस्करण 4.2.2
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2018-06-19
रेटिंग 3.20/5 कुल 5 रेटिंग्स
डेवलपर Vivian Liu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "boc16.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "boc128.png",
        "48": "boc48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqZHL3Ic2M\/s4IS0NZzSkFqfCLscME8bVmKbCF74HEUaUnjikB48MGBmttZhIMHnUscX1eJE26XSlcbSC9QTWcs6lTv4m8Cb1QKw5tM6q8ZotTzogbLJlwFeQGc1ahnTzGvcujq4Bnx\/PLa+iOC7hVo5\/JEVDnGgcLAj7cEBXc9\/2mG4s5E+KyPqBx3Fw1hd3qjZcuxPN8qww\/ex2WifWBEtM1rdRBSGVpS8Fe54nS1svnwumAHSJmF3lMpwOefQd5PUDQWEcpnz0ptD9F\/6wtdObQ9uYSDnSxrViWp+ZazCai9DQxcrqe3ikFV+WfPBYePogJBq89rpKrotCPabxGQIDAQAB",
    "manifest_version": 2,
    "name": "China's Bank Exchange Rate",
    "options_page": "optionRouter.html",
    "permissions": [
        "tts",
        "storage",
        "notifications",
        "https:\/\/up.liuweinan.com\/\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2.2",
    "web_accessible_resources": [
        "boc48.png"
    ]
}