500px Downloader
Download the image from 500px.com. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader
500px Downloader란 무엇입니까?
500px Downloader은(는) solitaryobserver.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download the image from 500px.com. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader"입니다.
확장 프로그램 스크린샷
500px Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download the image from 500px.com wit just one click! One click image download for 500px.com! Simply click the extension button to download. Or use the "Download" button on screen. We have a well built and super cool HD image downloader for Android as well. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader Let me know if you have other suggestions or concerns. This will download image directly to your downloads folder, naming it with image title name. It is that simple. The extension allows user to download image with a single click from 500px.com, a website that contains professional photos from all around the world. The extension only requires permission for active tab and download. The active tab is to be able to capture the current image and download permission will allow extension to automatically save images to users device. It only download images from the website and nothing else. It downloads image in fixed .jpeg format only. We have a well built and super cool HD image downloader for Android as well. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader Please let me know if you have any feedback.
확장 프로그램 기본 정보
이름 | 500px Downloader |
ID | nmkeibjoejjodnapeoejpianngpdcboj |
공식 URL | https://chromewebstore.google.com/detail/500px-downloader/nmkeibjoejjodnapeoejpianngpdcboj |
설명 | Download the image from 500px.com. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader |
파일 크기 | 75.41 KB |
설치 횟수 | 2,124 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-12-12 |
출시 날짜 | 2020-12-12 |
평점 | 2.50/5 총 12 개의 평점 |
개발자 | solitaryobserver.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Download this photo" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/500px.com\/*", "https:\/\/*.500px.com\/*" ], "run_at": "document_end" } ], "description": "Download the image from 500px.com. Android App: https:\/\/play.google.com\/store\/apps\/details?id=com.solitaryobserver.a500pxdownloader", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png", "64": "icon64.png" }, "manifest_version": 2, "name": "500px Downloader", "permissions": [ "activeTab", "downloads" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |