Asset Downloader
Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.
Asset Downloaderคืออะไร?
Asset Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cory Caywood และคุณลักษณะหลักของมันคือ "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asset Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Asset Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an extension for Chrome Developer Tools that will add a new tab panel called "Asset Downloader". Images, fonts, stylesheets, and scripts from the inspected page can be batch downloaded through the extension. It will also find all links to images and fonts in the page's stylesheets, whether they are actually being used on the page or not. Images and fonts can also be previewed before they are downloaded. This can be particularly useful for fonts because the extension will find and show previews for all fonts. All downloads will be saved to Chrome's default user download directory in a new folder that is unique for each inspected page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Asset Downloader |
ID | iaejdgeeecpdmnnjnncnajkbagpoiikg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/asset-downloader/iaejdgeeecpdmnnjnncnajkbagpoiikg |
คำอธิบาย | Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded. |
ขนาดไฟล์ | 83.89 KB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2017-03-25 |
วันที่เผยแพร่ | 2017-03-25 |
คะแนน | 3.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Cory Caywood |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/corycaywood/chrome-asset-downloader |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Asset Downloader", "version": "0.1.1", "description": "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.", "devtools_page": "devtools.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "permissions": [ " |