Readwise Highlighter (Community)

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

Readwise Highlighter (Community)คืออะไร?

Readwise Highlighter (Community) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon Best และคุณลักษณะหลักของมันคือ "Create highlights from any webpage and sync directly to your Readwise account."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Readwise Highlighter (Community)

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

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

                        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"
    }
}