Kindle Scholar

Kindle Scholar - Send to Kindle

Kindle Scholarคืออะไร?

Kindle Scholar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kindlescholar.com และคุณลักษณะหลักของมันคือ "Kindle Scholar - Send to Kindle"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kindle Scholar

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}