Go To Kindle Chrome Extension
This extension will help you read articles in a clean way both on web and your kindle device.
Hvad er Go To Kindle Chrome Extension?
Go To Kindle Chrome Extension er en Chrome-udvidelse udviklet af https://gotokindle.com, og dens hovedfunktion er "This extension will help you read articles in a clean way both on web and your kindle device.".
Download Go To Kindle Chrome Extension-udvidelses-CRX-fil
Download Go To Kindle Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will help you read articles in a clean way both on web and your kindle device. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nllfeighmhejmmapanljgdndfldkbmnf |
| Officiel URL | https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf |
| Beskrivelse | This extension will help you read articles in a clean way both on web and your kindle device. |
| Filstørrelse | 64.77 KB |
| Antal Installationer | 177 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2017-10-20 |
| Udgivelsesdato | 2017-10-20 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://gotokindle.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/"
]
} | |