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. 扩展基本信息
| 名称 | |
| ID | nllfeighmhejmmapanljgdndfldkbmnf |
| 官方URL | 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\/"
]
} | |