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
官方網址 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": [
                ""
            ]
        }
    ]
}