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 |
| Eメール | [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"
} | |