Go To Kindle Chrome Extension
This extension will help you read articles in a clean way both on web and your kindle device.
什麼是Go To Kindle Chrome Extension?
Go To Kindle Chrome Extension是由https://gotokindle.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you read articles in a clean way both on web and your kindle device.”。
下載Go To Kindle Chrome Extension擴展crx文件
下載Go To Kindle Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will help you read articles in a clean way both on web and your kindle device.
擴展基本資訊
名稱 | Go To Kindle Chrome Extension |
ID | nllfeighmhejmmapanljgdndfldkbmnf |
官方網址 | https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf |
簡介 | This extension will help you read articles in a clean way both on web and your kindle device. |
檔案大小 | 64.77 KB |
安裝次數 | 177 |
目前版本 | 1.1 |
更新時間 | 2017-10-20 |
上架時間 | 2017-10-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://gotokindle.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/" ] } |