clipDO
clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle
clipDO란 무엇입니까?
clipDO은(는) https://clipdo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle"입니다.
확장 프로그램 스크린샷
clipDO 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clip the web for free and send to Kindle right from your Chrome browser. clipDO for Chrome allows you to clip any webpage article and send that article to clipDO.com where we format the clip for your Kindle and sent it straight through to the device. A great way to clip, store and read articles later that you don't have time for right now. Other features available at clipDO.com: - Set up you Kindle - View your clipstream - Send clips to friends via email - Check out which clips are trending - Discover articles for your Kindle clipDO is free, you can sign up for an account at http://clipDO.com there are help pages and video on the site to support you through the setup. We would love to hear from you on how we can improve. Please get in touch via @clipdo on twitter or [email protected]
확장 프로그램 기본 정보
이름 | clipDO |
ID | codgnnomchfihklngfbdnlgmgmloeamp |
공식 URL | https://chromewebstore.google.com/detail/clipdo/codgnnomchfihklngfbdnlgmgmloeamp |
설명 | clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle |
파일 크기 | 6.7 KB |
설치 횟수 | 30 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2012-07-04 |
출시 날짜 | 2012-07-04 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | https://clipdo.com |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "clipDO", "version": "1.2.5", "description": "clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Send to clipDO", "default_popup": "popup.html" }, "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "permissions": [ "tabs", "cookies", "https:\/\/clipdo.com\/", "http:\/\/clipdo.com\/" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |