Scribd Readwise Integration

Export Scribd and Everand highlights into Readwise

Scribd Readwise Integrationคืออะไร?

Scribd Readwise Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://micahlindley.com และคุณลักษณะหลักของมันคือ "Export Scribd and Everand highlights into Readwise"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scribd Readwise Integration

ดาวน์โหลดไฟล์ส่วนขยาย Scribd Readwise Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a Chrome extension with the ability to send highlights from a Scribd/Everand book to your Readwise account. Simply open the book, click the extension icon, and click the "Export to Readwise" button. In contrast, here's the way Readwise asks you to import from Scribd: https://help.readwise.io/article/83-how-do-i-import-highlights-from-scribd

This extension is open-sourced here: https://github.com/micahlt/scribd-readwise-integration                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scribd Readwise Integration Scribd Readwise Integration
ID ilpnpfninhcmhcnnecbaefciaaenkefo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scribd-readwise-integrati/ilpnpfninhcmhcnnecbaefciaaenkefo
คำอธิบาย Export Scribd and Everand highlights into Readwise
ขนาดไฟล์ 8.98 KB
จำนวนการติดตั้ง 1,317
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2022-12-30
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://micahlindley.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://micahlindley.com
URL หน้าช่วยเหลือ https://github.com/micahlt/scribd-readwise-integration
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scribd Readwise Integration",
    "description": "Export Scribd and Everand highlights into Readwise",
    "version": "1.3",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.readwise.io\/*",
        "*:\/\/*.scribd.com\/*",
        "*:\/\/*.everand.com\/*"
    ],
    "permissions": [
        "cookies",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "export.js"
            ],
            "matches": [
                "*:\/\/*.scribd.com\/*",
                "*:\/\/*.everand.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.scribd.com\/*",
            "*:\/\/*.everand.com\/*"
        ]
    }
}