Free Turbo Squid

Add a free price dropdown for the Turbo Squid website

Free Turbo Squidคืออะไร?

Free Turbo Squid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sam James และคุณลักษณะหลักของมันคือ "Add a free price dropdown for the Turbo Squid website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Turbo Squid

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
            ]
        }
    ]
}