Go To Kindle Chrome Extension
This extension will help you read articles in a clean way both on web and your kindle device.
Vad är Go To Kindle Chrome Extension?
Go To Kindle Chrome Extension är en Chrome-tillägg utvecklad av https://gotokindle.com, och dess huvudfunktion är "This extension will help you read articles in a clean way both on web and your kindle device.".
Ladda ner Go To Kindle Chrome Extension-förlängningens CRX-fil
Ladda ner Go To Kindle Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension will help you read articles in a clean way both on web and your kindle device.
Grundläggande Information om Tillägg
Namn | Go To Kindle Chrome Extension |
ID | nllfeighmhejmmapanljgdndfldkbmnf |
Officiell webbadress | https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf |
Beskrivning | This extension will help you read articles in a clean way both on web and your kindle device. |
Filstorlek | 64.77 KB |
Antal Installationer | 177 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-10-20 |
Publiceringsdatum | 2017-10-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://gotokindle.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |