kindleit direct
Post webpage to kindle directly by using kindleit
kindleit direct란 무엇입니까?
kindleit direct은(는) samurai20000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Post webpage to kindle directly by using kindleit"입니다.
확장 프로그램 스크린샷
kindleit direct 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Post current tab's web page to kindle. 1. Direct post to Kindle If you push the button, current tab's web page is sent to kindle automatically. 2. Asynchronous send and notification My extension send web page asynchronous, so it does not prevent your operation. And, if happens success or failed sending to kindle, it will show notification. 3. contextMenus In order to push kindle more easily, I add contextMenu function that send kindleit. you can post anywhere. This extension uses kindle it http://fivefilters.org/kindle-it/ . If you use this service first time, you will need to add [email protected] to your approved list. More detail: http://help.fivefilters.org/customer/portal/articles/178337-kindle-e-mail-address
확장 프로그램 기본 정보
이름 | kindleit direct |
ID | ljjpaogbkhfbmbcamjdchjjfpcopjafm |
공식 URL | https://chromewebstore.google.com/detail/kindleit-direct/ljjpaogbkhfbmbcamjdchjjfpcopjafm |
설명 | Post webpage to kindle directly by using kindleit |
파일 크기 | 54.26 KB |
설치 횟수 | 208 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-06-30 |
출시 날짜 | 2014-06-30 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | samurai20000 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "kindleit direct", "description": "Post webpage to kindle directly by using kindleit", "id": "ljjpaogbkhfbmbcamjdchjjfpcopjafm", "manifest_version": 2, "minimum_chrome_version": "35", "version": "1.0.1", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "http:\/\/fivefilters.org\/kindle-it", "notifications", "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "options_page": "options.html", "background": { "scripts": [ "jquery-2.0.2.min.js", "background.js" ] } } |