Go To Kindle Chrome Extension

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

Apa itu Go To Kindle Chrome Extension?

Go To Kindle Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh https://gotokindle.com, dan fitur utamanya adalah "This extension will help you read articles in a clean way both on web and your kindle device.".

Unduh Berkas CRX Ekstensi Go To Kindle Chrome Extension

Unduh file ekstensi Go To Kindle Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Go To Kindle Chrome Extension Go To Kindle Chrome Extension
ID nllfeighmhejmmapanljgdndfldkbmnf
URL Resmi https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf
Deskripsi This extension will help you read articles in a clean way both on web and your kindle device.
Ukuran File 64.77 KB
Jumlah Instalasi 177
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-10-20
Tanggal Publikasi 2017-10-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://gotokindle.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}