My Kindle Highlights

My Kindle Highlights

My Kindle Highlights란 무엇입니까?

My Kindle Highlights은(는) pl101084에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "My Kindle Highlights"입니다.

확장 프로그램 스크린샷

screenshot

My Kindle Highlights 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}