Kindle Scholar

Kindle Scholar - Send to Kindle

Kindle Scholar là gì?

Kindle Scholar là một tiện ích mở rộng Chrome được phát triển bởi https://kindlescholar.com, và tính năng chính của nó là "Kindle Scholar - Send to Kindle".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Kindle Scholar 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

                        Send to Kindle and more!

- Send web articles to your Kindle and enjoy comfortable and distraction free reading 
- Save, tag and sort articles
- Build a personal knowledge base

Great for students, writers, researchers, and those that want to organize web articles and leverage the Kindle reader.

Simply add Kindle Scholar to your Chrome Browser to start your scholarly pursuits!                    

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

Tên Kindle Scholar Kindle Scholar
ID acdoekaclfhenlfdfkfbpddjlcinghii
URL Chính Thức https://chromewebstore.google.com/detail/kindle-scholar/acdoekaclfhenlfdfkfbpddjlcinghii
Mô tả Kindle Scholar - Send to Kindle
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-04-14
Ngày Phát Hành 2022-02-24
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://kindlescholar.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kindlescholar.com/
URL Trang Trợ Giúp https://www.kindlescholar.com/support
URL Trang Chính Sách Bảo Mật https://www.kindlescholar.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kindle Scholar",
    "description": "Kindle Scholar - Send to Kindle",
    "manifest_version": 3,
    "version": "1.2",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "scripting",
        "management"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/icon48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}