Send to Kindle

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

Send to Kindle là gì?

Send to Kindle là một tiện ích mở rộng Chrome được phát triển bởi https://reabble.com, và tính năng chính của nó là "Push news articles, blogs posts and other web content to Kindle devices.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to Kindle

Tải xuống các tệp mở rộng Send to Kindle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send to Kindle Send to Kindle
ID hbpbgibkeaekdamphclfbnabodigbjhd
URL Chính Thức https://chromewebstore.google.com/detail/send-to-kindle/hbpbgibkeaekdamphclfbnabodigbjhd
Mô tả Push news articles, blogs posts and other web content to Kindle devices.
Kích Thước Tệp 10.95 KB
Số Lần Cài Đặt 928
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2020-05-28
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://reabble.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://send.reabble.com
URL Trang Trợ Giúp https://github.com/oxyry/reabble/issues
URL Trang Chính Sách Bảo Mật https://send.reabble.com/static/html/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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
    }
}