Save to Kindle

Saves web page or any text to your Kindle

Save to Kindle là gì?

Save to Kindle là một tiện ích mở rộng Chrome được phát triển bởi http://www.leoplay.com, và tính năng chính của nó là "Saves web page or any text to your Kindle".

Ả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 Save to Kindle

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

                        Saves web page or text to your Kindle. It supports grabbing images and web pages in CJK.                    

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

Tên Save to Kindle Save to Kindle
ID ikphkfkemdlgpgkhkpejlkecfddaohki
URL Chính Thức https://chrome.google.com/webstore/detail/save-to-kindle/ikphkfkemdlgpgkhkpejlkecfddaohki
Mô tả Saves web page or any text to your Kindle
Kích Thước Tệp 723 KB
Số Lần Cài Đặt 412
Phiên Bản Hiện Tại 0.10.5
Cập Nhật Lần Cuối 2017-05-02
Ngày Phát Hành 2017-05-02
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://www.leoplay.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Kindle",
    "version": "0.10.5",
    "description": "Saves web page or any text to your Kindle",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "popup": "index.html",
        "default_popup": "index.html",
        "default_title": "Save to Kindle",
        "homepage_url": "http:\/\/app.leoplay.com\/stk"
    },
    "background": {
        "scripts": [
            "js\/app-build.js",
            "js\/app-shared.js",
            "crx\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "crx\/zepto.min.js",
                "crx\/stk-sci-rules.js",
                "crx\/stk-sci-decorator.js",
                "crx\/content.js"
            ],
            "css": [
                "crx\/content.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.leoplay.com:*\/*"
        ]
    },
    "web_accessible_resources": [
        "crx\/img\/crop.png",
        "crx\/img\/cut.png"
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "*:\/\/*\/*"
    ]
}