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是由Coolshrimp Modz開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
ID | bjllehomeeidigmbhgcgndgabgdccmhn |
官方網址 | 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": [ " |