My Kindle Highlights
My Kindle Highlights
什麼是My Kindle Highlights?
My Kindle Highlights是由pl101084開發的Chrome擴展程式,該擴展的主要功能是“My Kindle Highlights”。
擴展截圖
下載My Kindle Highlights擴展crx文件
下載My Kindle Highlights擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
After the user logs in to the Amazon Kindle page, this extension will parse the webpage in order to identify the Kindle books that have highlights made by the user and export the highlights with the book details into a JSON file. The user is then offered the option to save this file locally.
擴展基本資訊
名稱 | My Kindle Highlights |
ID | codbcfademkhlblegiocccpaimimhkih |
官方網址 | https://chromewebstore.google.com/detail/my-kindle-highlights/codbcfademkhlblegiocccpaimimhkih |
簡介 | My Kindle Highlights |
檔案大小 | 22.42 KB |
安裝次數 | 83 |
目前版本 | 2.0 |
更新時間 | 2021-05-06 |
上架時間 | 2021-05-06 |
評分 | 5.00/5 共 1 次評分 |
開發者 | pl101084 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Kindle Highlights", "description": "My Kindle Highlights", "version": "2.0", "manifest_version": 3, "permissions": [ "downloads", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/MyKindleHighlights16.png", "32": "\/images\/MyKindleHighlights32.png", "48": "\/images\/MyKindleHighlights48.png", "128": "\/images\/MyKindleHighlights128.png" } }, "icons": { "16": "\/images\/MyKindleHighlights16.png", "32": "\/images\/MyKindleHighlights32.png", "48": "\/images\/MyKindleHighlights48.png", "128": "\/images\/MyKindleHighlights128.png" } } |