Credits (CS) Informer

This simple extension allows you to track price changes of Credits

什麼是Credits (CS) Informer?

Credits (CS) Informer是由Alexander Kupriyanov開發的Chrome擴展程式,該擴展的主要功能是“This simple extension allows you to track price changes of Credits”。

擴展截圖

screenshot

下載Credits (CS) Informer擴展crx文件

下載Credits (CS) Informer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        We are very excited to share with you our CREDITS crypto informer Google Chrome Extension! This simple extension allows you to track price changes of CREDITS.                    

擴展基本資訊

名稱 Credits (CS) Informer Credits (CS) Informer
ID hkdmpghniejojlaapfabpmikngcamadm
官方網址 https://chrome.google.com/webstore/detail/credits-cs-informer/hkdmpghniejojlaapfabpmikngcamadm
簡介 This simple extension allows you to track price changes of Credits
檔案大小 112 KB
安裝次數 93
目前版本 2.4
更新時間 2018-08-13
上架時間 2018-08-13
評分 5.00/5 共 15 次評分
開發者 Alexander Kupriyanov
電子郵箱 [email protected]
付費類型 free
擴展官網 https://credits.com/
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "This simple extension allows you to track price changes of Credits",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "img\/logo128.png",
        "64": "img\/logo.png"
    },
    "browser_action": {
        "default_popup": "src\/popup.html"
    },
    "options_page": "src\/options.html",
    "version": "2.4",
    "short_name": "credits-informer",
    "permissions": [
        "https:\/\/api.coinmarketcap.com\/*",
        "tabs",
        ""
    ],
    "author": "Alexander Kupriyanov"
}