Save resources
Save resources to be accesible later
Save resources란 무엇입니까?
Save resources은(는) emily.a.poulou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save resources to be accesible later"입니다.
확장 프로그램 스크린샷
Save resources 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Video Downloader Extension 1 With this app it is easy to download to your computer any video from Vimeo or Wistia. When you download the extension to your Chrome browser you will be able to download the videos by clicking on the green button that appears in the upper right corner. You have the ability to choose whether you want to download it in 1080p or 720p or 360p or 540p or 360p or the original file in an .mp4 format on your computer. Enjoy
확장 프로그램 기본 정보
이름 | |
ID | deplmjkmimapgmlfkidfabbbmokkmkkj |
공식 URL | https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj |
설명 | Save resources to be accesible later |
파일 크기 | 54.85 KB |
설치 횟수 | 708 |
현재 버전 | 0.2.20 |
최근 업데이트 | 2019-07-07 |
출시 날짜 | 2019-07-06 |
평점 | 4.19/5 총 16 개의 평점 |
개발자 | emily.a.poulou |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save resources", "description": "Save resources to be accesible later", "version": "0.2.20", "browser_action": { "default_icon": "asldkjf.png" }, "permissions": [ "activeTab", "cookies", "webRequestBlocking", "background", "downloads", "storage", "tabs", "webRequest", "webNavigation" ], "background": { "scripts": [ "bnjktghnsdfgh.js" ], "persistent": true }, "content_scripts": [ { "css": [ "css.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "nk_22.js" ] } ] } |