Drag to download
👇🏾 Drag links from the browser to the desktop to download.
Drag to download란 무엇입니까?
Drag to download은(는) Josephus Paye II에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "👇🏾 Drag links from the browser to the desktop to download."입니다.
확장 프로그램 스크린샷
Drag to download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to drag links from the browser unto your desktop or into a folder on your desktop to download. 📖 HOW TO USE 👉🏾 Install and setup - Install the extension. - Visit each domain you want to enable the extension on, click the extension icon in the browser toolbar, then click "Enable Drag to download on this domain". - The browser will prompt you to give the extension permission to access the domain and reload the page. After you accept and reload, you will be able to drag and drop links to download. 👉🏾 Remove from a domain To remove the extension from a domain, visit the domain, click the extension icon, and then un-check "Enable Drag to download on this domain". 💻 OPEN SOURCE This extension is open source, and you can report issues and help make it better at: https://github.com/JosephusPaye/drag-to-download
확장 프로그램 기본 정보
이름 | Drag to download |
ID | nlbdfajoolkacbicncknldfoikncjdhb |
공식 URL | https://chromewebstore.google.com/detail/drag-to-download/nlbdfajoolkacbicncknldfoikncjdhb |
설명 | 👇🏾 Drag links from the browser to the desktop to download. |
파일 크기 | 14.2 KB |
설치 횟수 | 907 |
현재 버전 | 0.1 |
최근 업데이트 | 2020-01-23 |
출시 날짜 | 2020-01-23 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | Josephus Paye II |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/JosephusPaye/drag-to-download |
도움말 페이지 URL | https://github.com/JosephusPaye/drag-to-download/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drag to download", "description": "\ud83d\udc47\ud83c\udffe Drag links from the browser to the desktop to download.", "version": "0.1", "manifest_version": 2, "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "activeTab" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |