Readwise Highlighter (Community)

Create highlights from any webpage and sync directly to your Readwise account.

Readwise Highlighter (Community)란 무엇입니까?

Readwise Highlighter (Community)은(는) Brandon Best에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create highlights from any webpage and sync directly to your Readwise account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Readwise Highlighter (Community) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Readwise Highlighter (Community) is a simple highlight creator extension for your Readwise account. Now you are not restricted by highlight sources Readwise supports syncing from, and can create highlights from any online webpage text you want.

Simply do the following to create a new highlight and send it automatically to your Readwise account:

1. Install extension.
2. Click on extension in the browser bar, enter your Readwise access token (use the link on the extension to get your token), and click save.
3. Highlight any text on any webpage and right click the highlighted area.
4. Select one of the menu options to automatically send the highlighted text to your Readwise account as a highlight.

**Updates**

* Added "Create Highlight" option to edit the attributes of a highlight before sending it to Readwise. The original highlight creation is now labelled "Create Quick Highlight".


Please send feedback and suggestions!                    

확장 프로그램 기본 정보

이름 Readwise Highlighter (Community) Readwise Highlighter (Community)
ID elfkeclcbihceogopmbjdhpfjipkmkfi
공식 URL https://chromewebstore.google.com/detail/readwise-highlighter-comm/elfkeclcbihceogopmbjdhpfjipkmkfi
설명 Create highlights from any webpage and sync directly to your Readwise account.
파일 크기 23.84 KB
설치 횟수 7,667
현재 버전 1.7
최근 업데이트 2022-11-14
출시 날짜 2021-06-09
평점 2.89/5 총 18 개의 평점
개발자 Brandon Best
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/4e725e0b-7633-4b77-ae25-e05715875876
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readwise Highlighter (Community)",
    "description": "Create highlights from any webpage and sync directly to your Readwise account.",
    "version": "1.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/readwise_highlighter16.png",
            "32": "\/images\/readwise_highlighter32.png",
            "48": "\/images\/readwise_highlighter48.png",
            "128": "\/images\/readwise_highlighter128.png"
        }
    },
    "icons": {
        "16": "\/images\/readwise_highlighter16.png",
        "32": "\/images\/readwise_highlighter32.png",
        "48": "\/images\/readwise_highlighter48.png",
        "128": "\/images\/readwise_highlighter128.png"
    }
}