DeviantArt easy download
Simplify image download on Deviant Art
DeviantArt easy downloadคืออะไร?
DeviantArt easy download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simplify image download on Deviant Art"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeviantArt easy download
ดาวน์โหลดไฟล์ส่วนขยาย DeviantArt easy download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download images from DeviantArt without confirmation, with a simple click. The "Download" button now save the image on the larger size possible. Pressing "D" will download the image as well. If no download button would normally be shown, the button will be shown anyway, and the downloaded image will be the zoomed version displayed on the galery. PS: the loading of the extension may take soem seconds, it will be done loading when the download button's text changes to "Download FASTER". Note : This extension is not afiliated with www.deviantart.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DeviantArt easy download |
ID | fhljkabkmnoeecgibakgnkkdmheccecg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg |
คำอธิบาย | Simplify image download on Deviant Art |
ขนาดไฟล์ | 11.39 KB |
จำนวนการติดตั้ง | 1,497 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2014-06-19 |
วันที่เผยแพร่ | 2014-06-19 |
คะแนน | 2.64/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeviantArt easy download", "description": "Simplify image download on Deviant Art", "version": "0.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.deviantart.com\/*", "*:\/\/*.deviantart.net\/*" ], "js": [ "setjsgallery.js" ], "run_at": "document_end" } ] } |