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ファイルをダウンロード

Kindle Scholar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}