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 |
公式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 |
Eメール | [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\/" ] } |