DeviantArt easy download
Simplify image download on Deviant Art
什麼是DeviantArt easy download?
DeviantArt easy download是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Simplify image download on Deviant Art”。
擴展截圖
下載DeviantArt easy download擴展crx文件
下載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 |
官方網址 | 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" } ] } |