Readwise Highlighter

Save a page to Readwise Reader

什麼是Readwise Highlighter?

Readwise Highlighter是由https://readwise.io開發的Chrome擴展程式,該擴展的主要功能是“Save a page to Readwise Reader”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Readwise Highlighter擴展crx文件

下載Readwise Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is the official Reader browser extension made by and maintained by the Readwise team.

You use the Reader Highlighter extension to:

• Save articles to Reader – the first ever read-it-later app built for power readers. If you’ve ever used Instapaper or Pocket, Reader is like those, except it’s built for 2023 and brings all your reading into one place including: web articles, email newsletters, RSS feeds, Twitter threads, PDFs, EPUBs and more. You can get started with Reader here.
• Highlight and annotate the open web.

All highlights that you make using this extension will be synced with the Readwise ecosystem and, optionally, to your note-taking app of choice such as Obsidian, Notion, Roam Research, Evernote, Logseq, and more.

_____________________________________________________________

Note: You must have an existing Readwise account to use this extension. 

If you are not already a subscriber, you can get a free 30-day trial with no credit card upfront. At the end of the trial, you will not be charged unless you choose to subscribe.

_____________________________________________________________                    

擴展基本資訊

名稱 Readwise Highlighter Readwise Highlighter
ID jjhefcfhmnkfeepcpnilbbkaadhngkbi
官方網址 https://chromewebstore.google.com/detail/readwise-highlighter/jjhefcfhmnkfeepcpnilbbkaadhngkbi
簡介 Save a page to Readwise Reader
檔案大小 2.75 MB
安裝次數 115,431
目前版本 0.15.23
更新時間 2024-01-18
上架時間 2022-12-11
評分 4.47/5 共 43 次評分
開發者 https://readwise.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://read.readwise.io
隱私政策頁面URL https://readwise.io/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readwise Highlighter",
    "homepage_url": "https:\/\/readwise.io",
    "version": "0.15.23",
    "manifest_version": 2,
    "minimum_chrome_version": "67",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "permissions": [
        "",
        "activeTab",
        "background",
        "contextMenus",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "description": "Save a page to Readwise Reader",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": [],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R"
            }
        }
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "https:\/\/ap.www.namecheap.com\/*",
                "https:\/\/app.crowdmark.com\/*",
                "https:\/\/app.dext.com\/*",
                "https:\/\/local.readwise.io:3001\/*",
                "https:\/\/local.readwise.io:8000\/reader\/extension*",
                "https:\/\/read.readwise.io\/*",
                "https:\/\/read--*.readwise.io\/*",
                "https:\/\/reader.readwise.io\/*",
                "https:\/\/readwise.io\/reader\/extension*"
            ],
            "css": [
                "injection\/index.css"
            ],
            "js": [
                "injection\/index.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background\/index.js"
        ]
    }
}