Send to Kindle

Push news articles, blogs posts and other web content to Kindle devices.

Send to Kindle란 무엇입니까?

Send to Kindle은(는) https://reabble.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Push news articles, blogs posts and other web content to Kindle devices."입니다.

확장 프로그램 스크린샷

screenshot

Send to Kindle 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Push the current web page or your own edited content to your Amazon Kindle wirelessly in just one click.

Web version:
https://send.reabble.com
https://send.reabble.cn (For China 中国)

If you prefer Bookmarklet, you can open web version to install it.                    

확장 프로그램 기본 정보

이름 Send to Kindle Send to Kindle
ID hbpbgibkeaekdamphclfbnabodigbjhd
공식 URL https://chromewebstore.google.com/detail/send-to-kindle/hbpbgibkeaekdamphclfbnabodigbjhd
설명 Push news articles, blogs posts and other web content to Kindle devices.
파일 크기 10.95 KB
설치 횟수 928
현재 버전 2.1
최근 업데이트 2023-03-23
출시 날짜 2020-05-28
평점 4.92/5 총 12 개의 평점
개발자 https://reabble.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://send.reabble.com
도움말 페이지 URL https://github.com/oxyry/reabble/issues
개인정보 보호 정책 페이지 URL https://send.reabble.com/static/html/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Send to Kindle",
    "version": "2.1",
    "description": "Push news articles, blogs posts and other web content to Kindle devices.",
    "homepage_url": "https:\/\/send.reabble.com",
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "96": "icons\/icon-96.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Send to Kindle"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}