My Kindle Highlights

My Kindle Highlights

My Kindle Highlightsとは何ですか?

My Kindle Highlightsはpl101084によって開発されたChromeの拡張機能で、その主な機能は「My Kindle Highlights」です。

拡張機能のスクリーンショット

screenshot

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 My Kindle Highlights
ID codbcfademkhlblegiocccpaimimhkih
公式URL 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
Eメール [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"
    }
}