Kindle Scholar

Kindle Scholar - Send to Kindle

Kindle Scholar란 무엇입니까?

Kindle Scholar은(는) https://kindlescholar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kindle Scholar - Send to Kindle"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Send to Kindle and more!

- Send web articles to your Kindle and enjoy comfortable and distraction free reading 
- Save, tag and sort articles
- Build a personal knowledge base

Great for students, writers, researchers, and those that want to organize web articles and leverage the Kindle reader.

Simply add Kindle Scholar to your Chrome Browser to start your scholarly pursuits!                    

확장 프로그램 기본 정보

이름 Kindle Scholar Kindle Scholar
ID acdoekaclfhenlfdfkfbpddjlcinghii
공식 URL https://chromewebstore.google.com/detail/kindle-scholar/acdoekaclfhenlfdfkfbpddjlcinghii
설명 Kindle Scholar - Send to Kindle
파일 크기 168 KB
설치 횟수 30
현재 버전 1.2
최근 업데이트 2022-04-14
출시 날짜 2022-02-24
평점 1.00/5 총 1 개의 평점
개발자 https://kindlescholar.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kindlescholar.com/
도움말 페이지 URL https://www.kindlescholar.com/support
개인정보 보호 정책 페이지 URL https://www.kindlescholar.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kindle Scholar",
    "description": "Kindle Scholar - Send to Kindle",
    "manifest_version": 3,
    "version": "1.2",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "scripting",
        "management"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/icon48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}