Go To Kindle Chrome Extension

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

Was ist Go To Kindle Chrome Extension?

Go To Kindle Chrome Extension ist eine Chrome-Erweiterung, die von https://gotokindle.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you read articles in a clean way both on web and your kindle device.".

Go To Kindle Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Go To Kindle Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Go To Kindle Chrome Extension Go To Kindle Chrome Extension
ID nllfeighmhejmmapanljgdndfldkbmnf
Offizielle URL https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf
Beschreibung This extension will help you read articles in a clean way both on web and your kindle device.
Dateigröße 64.77 KB
Installationsanzahl 177
Aktuelle Version 1.1
Letztes Update 2017-10-20
Veröffentlichungsdatum 2017-10-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://gotokindle.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}