Go To Kindle Chrome Extension

This extension will help you read articles in a clean way both on web and your kindle device.

Go To Kindle Chrome Extension là gì?

Go To Kindle Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://gotokindle.com, và tính năng chính của nó là "This extension will help you read articles in a clean way both on web and your kindle device.".

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

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

                        This extension will help you read articles in a clean way both on web and your kindle device.                    

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

Tên Go To Kindle Chrome Extension Go To Kindle Chrome Extension
ID nllfeighmhejmmapanljgdndfldkbmnf
URL Chính Thức https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf
Mô tả This extension will help you read articles in a clean way both on web and your kindle device.
Kích Thước Tệp 64.77 KB
Số Lần Cài Đặt 177
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-10-20
Ngày Phát Hành 2017-10-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://gotokindle.com
Email [email protected]
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": "Go To Kindle Chrome Extension",
    "short_name": "Go To Kindle",
    "author": "[email protected]",
    "description": "This extension will help you read articles in a clean way both on web and your kindle device.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "images\/icon_dark.png"
    },
    "icons": {
        "48": "images\/icon_dark.png",
        "128": "images\/icon_dark_128.png",
        "256": "images\/icon_dark.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "readability\/pretty.html"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "http:\/\/gotokindle.com\/"
    ]
}