Go To Kindle Chrome Extension
This extension will help you read articles in a clean way both on web and your kindle device.
Co to jest Go To Kindle Chrome Extension?
Go To Kindle Chrome Extension to rozszerzenie Chrome opracowane przez https://gotokindle.com, a jego główną funkcją jest „This extension will help you read articles in a clean way both on web and your kindle device.”.
Pobierz plik CRX rozszerzenia Go To Kindle Chrome Extension
Pobierz pliki rozszerzeń Go To Kindle Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension will help you read articles in a clean way both on web and your kindle device. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nllfeighmhejmmapanljgdndfldkbmnf |
| Oficjalny URL | https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf |
| Opis | This extension will help you read articles in a clean way both on web and your kindle device. |
| Rozmiar pliku | 64.77 KB |
| Liczba instalacji | 177 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2017-10-20 |
| Data Publikacji | 2017-10-20 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://gotokindle.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/"
]
} | |