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
官方URL 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"
}