Free Turbo Squid
Add a free price dropdown for the Turbo Squid website
Free Turbo Squidとは何ですか?
Free Turbo SquidはSam Jamesによって開発されたChromeの拡張機能で、その主な機能は「Add a free price dropdown for the Turbo Squid website」です。
拡張機能のスクリーンショット
Free Turbo Squid拡張機能のCRXファイルをダウンロード
Free Turbo Squid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unnecessary now, turbo squid now offer's a native free pricing filter with product count. -=-=-=-=-=-=-=-=-=-= Simple chrome extension to add a free pricing option into the turbo squid price drop down instead of setting a min max price each time.
拡張機能の基本情報
名前 | Free Turbo Squid |
ID | khhigconlpbjclnigodbhgaaobpacgkh |
公式URL | https://chromewebstore.google.com/detail/free-turbo-squid/khhigconlpbjclnigodbhgaaobpacgkh |
説明 | Add a free price dropdown for the Turbo Squid website |
ファイルサイズ | 71.95 KB |
インストール数 | 28 |
現在のバージョン | 0.1 |
最終更新日 | 2018-09-03 |
公開日 | 2018-09-03 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | Sam James |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Free Turbo Squid", "version": "0.1", "description": "Add a free price dropdown for the Turbo Squid website", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "SamJUK", "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.turbosquid.com\/*" ], "js": [ "jQuery.min.js", "script.js" ] } ] } |