Readwise Highlighter

Save a page to Readwise Reader

O que é Readwise Highlighter?

Readwise Highlighter é uma extensão do Chrome desenvolvida por https://readwise.io, e sua principal característica é "Save a page to Readwise Reader".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Readwise Highlighter

Baixe arquivos de extensão Readwise Highlighter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.

_____________________________________________________________                    

Informações Básicas da Extensão

Nome Readwise Highlighter Readwise Highlighter
ID jjhefcfhmnkfeepcpnilbbkaadhngkbi
URL Oficial https://chromewebstore.google.com/detail/readwise-highlighter/jjhefcfhmnkfeepcpnilbbkaadhngkbi
Descrição Save a page to Readwise Reader
Tamanho do Arquivo 2.75 MB
Contagem de Instalações 115,431
Versão Atual 0.15.23
Última Atualização 2024-01-18
Data de Publicação 2022-12-11
Classificação 4.47/5 Total de 43 Avaliações
Desenvolvedor https://readwise.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://read.readwise.io
URL da Página de Política de Privacidade https://readwise.io/privacy
Idiomas Suportados 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"
        ]
    }
}