Scribd Readwise Integration

Export Scribd and Everand highlights into Readwise

什麼是Scribd Readwise Integration?

Scribd Readwise Integration是由https://micahlindley.com開發的Chrome擴展程式,該擴展的主要功能是“Export Scribd and Everand highlights into Readwise”。

擴展截圖

screenshot

下載Scribd Readwise Integration擴展crx文件

下載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
官方網址 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\/*"
        ]
    }
}