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.
擴展基本資訊
名稱 | Version Check for CS-Cart |
ID | jimodmfahnoidiigbdlimmapnopmhpeb |
官方網址 | 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" } |