Thingiverse Download All Button

This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz

Thingiverse Download All Buttonคืออะไร?

Thingiverse Download All Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Coolshrimp Modz และคุณลักษณะหลักของมันคือ "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thingiverse Download All Button

ดาวน์โหลดไฟล์ส่วนขยาย Thingiverse Download All Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Recently Thingiverse removed the download all button, and you now have to downloads all files individually.

You can now put a button back on the site and download a single .zip with all files again.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
คำอธิบาย This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
ขนาดไฟล์ 39.4 KB
จำนวนการติดตั้ง 684
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-02-23
วันที่เผยแพร่ 2022-02-23
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Coolshrimp Modz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://coolshrimpmodz.com
URL หน้าช่วยเหลือ http://coolshrimpmodz.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thingiverse Download All Button",
    "short_name": "Thingiverse Download All Button",
    "icons": {
        "48": "zip-48.png",
        "128": "zip-128.png"
    },
    "description": "This extension will put a button back on Thingiverse pages the download a .zip with all files.  Created By: Coolshrimp Modz",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thingiverse.com\/thing*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}