Go To Kindle Chrome Extension
This extension will help you read articles in a clean way both on web and your kindle device.
Cos'è Go To Kindle Chrome Extension?
Go To Kindle Chrome Extension è un'estensione di Chrome sviluppata da https://gotokindle.com, e la sua funzione principale è "This extension will help you read articles in a clean way both on web and your kindle device.".
Scarica il file CRX dell'estensione Go To Kindle Chrome Extension
Scarica i file di estensione Go To Kindle Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will help you read articles in a clean way both on web and your kindle device. Informazioni di Base sull'Estensione
| Nome | |
| ID | nllfeighmhejmmapanljgdndfldkbmnf |
| URL Ufficiale | https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf |
| Descrizione | This extension will help you read articles in a clean way both on web and your kindle device. |
| Dimensione del File | 64.77 KB |
| Conteggio Installazioni | 177 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2017-10-20 |
| Data di Pubblicazione | 2017-10-20 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://gotokindle.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/"
]
} | |