Link Drop
Get reminded of important links when it's convenient
Link Drop란 무엇입니까?
Link Drop은(는) https://linkdrop.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get reminded of important links when it's convenient"입니다.
확장 프로그램 스크린샷
Link Drop 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Link drop is not your average bookmarking tool. When you use Link Drop, the links you save are sent to you in an email at the end of the day. See something cool but have too much to do? Click the extension icon to save it to Link Drop. All the articles you save over a 24 hour window will be sent to you at whatever time you choose. Want to read the news from yesterday over a morning coffee? Tell Link Drop to send you your drop in the morning so you can. Prefer to destress after work reading all the articles you missed? Link Drop can send you an email in the afternoon if that's what you prefer. Never lose another interesting article to the bookmark backlog. Features: - Chrome extension to save any interesting links on the web - Choose which time works best for you to receive your links from the linkdrop.co website - Manage your links from the linkdrop.co website - Don't want to receive an email? Turn off emails in settings
확장 프로그램 기본 정보
이름 | Link Drop |
ID | bdfpcaniedneocakpdjdpilpeinifnni |
공식 URL | https://chromewebstore.google.com/detail/link-drop/bdfpcaniedneocakpdjdpilpeinifnni |
설명 | Get reminded of important links when it's convenient |
파일 크기 | 33.84 KB |
설치 횟수 | 1,572 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2021-12-24 |
출시 날짜 | 2019-06-07 |
평점 | 3.40/5 총 5 개의 평점 |
개발자 | https://linkdrop.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.linkdrop.co |
도움말 페이지 URL | https://www.linkdrop.co/about |
개인정보 보호 정책 페이지 URL | https://www.linkdrop.co/terms |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Drop", "description": "Get reminded of important links when it's convenient", "version": "1.0.4", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/www.linkdrop.co\/*", "http:\/\/localhost:3000\/*" ] }, "browser_action": { "default_title": "Save your current page", "default_icon": { "16": "default_icon_inactive.png", "32": "default_icon_inactive.png", "48": "default_icon_inactive.png", "128": "default_icon_inactive.png" } }, "icons": { "16": "default_icon.png", "32": "default_icon.png", "48": "default_icon.png", "128": "default_icon.png" }, "manifest_version": 2 } |