Version Check for CS-Cart
Check what version of CS-Cart a web page is powered by.
什么是Version Check for CS-Cart?
Version Check for CS-Cart是由https://www.hungryweb.net开发的Chrome扩展程序,该扩展的主要功能是“Check what version of CS-Cart a web page is powered by.”。
扩展截图
下载Version Check for CS-Cart扩展crx文件
下载Version Check for CS-Cart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Check what version of CS-Cart a web page is powered by.
Version Check for CS-Cart determines if web pages are powered by CS-Cart, what version they are running, and indicates if the version in use is outdated.
If you run across a website that is not properly detected as running CS-Cart please let us know through the Support tab, so that we can improve detection in future versions.                     扩展基本信息
| 名称 |   |  
| ID | jimodmfahnoidiigbdlimmapnopmhpeb | 
| 官方URL | https://chromewebstore.google.com/detail/version-check-for-cs-cart/jimodmfahnoidiigbdlimmapnopmhpeb | 
| 简介 | Check what version of CS-Cart a web page is powered by. | 
| 文件大小 | 7.71 KB | 
| 安装次数 | 111 | 
| 当前版本 | 0.3 | 
| 更新时间 | 2019-02-08 | 
| 上架时间 | 2019-02-07 | 
| 开发者 | https://www.hungryweb.net | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "version-check-for-cs-cart",
    "version": "0.3",
    "description": "__MSG_appDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "name": "__MSG_appName__",
        "default_icon": {
            "128": "assets\/images\/icon-off.png"
        },
        "default_title": "__MSG_appTitle__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/images\/icon.png"
    },
    "permissions": [
        "https:\/\/api.hungryweb.net\/*\/",
        "tabs"
    ],
    "minimum_chrome_version": "9"
}  |  |