Wise Highlights - PDF & Web

Highlighting, Note-Taking, and Studying with Flashcards.

Wise Highlights - PDF & Webคืออะไร?

Wise Highlights - PDF & Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย informawise และคุณลักษณะหลักของมันคือ "Highlighting, Note-Taking, and Studying with Flashcards."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wise Highlights - PDF & Web

ดาวน์โหลดไฟล์ส่วนขยาย Wise Highlights - PDF & Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Highlighting, Note-Taking, and Studying with Flashcards.

We read a lot, but forget 99% of what we read. With Wise Highlights, you can take highlights, make flashcards, memorize the important knowledge for you. Wise Highlights help you get the most out of your reading.


== HOW IT WORKS ==

☀ Take highlight on web page or PDF
☀ Choose what to remember and make flashcards
☀ Study 10 minutes a day


= WITH WISE HIGHLIGHTS, YOU CAN: = 

☀ Select and highlight text snippets on website or PDF
☀ Add formatted notes with markdown
☀ Quick highlight with auto highlight mode
☀ Organize and review your highlights on mobile (iOS, Android) and desktop(Windows, Mac, Linux)
☀ Study question/answer flashcards and cloze deletion flashcards in Wise Flashcards app.


= FEATURE REQUESTS: = 

We're building Wise Highlights for you, so please send feature requests that you'd like to see us prioritize here: [email protected]


= FREQUENTLY ASKED QUESTIONS: =  

For frequently asked questions (FAQs) and customer support, please see: https://informawise.com/wise-highlights                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wise Highlights - PDF & Web Wise Highlights - PDF & Web
ID kckpbpdhieegepgndjapjmonlkeaiebo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wise-highlights-pdf-web/kckpbpdhieegepgndjapjmonlkeaiebo
คำอธิบาย Highlighting, Note-Taking, and Studying with Flashcards.
ขนาดไฟล์ 2.26 MB
จำนวนการติดตั้ง 197
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2021-06-08
วันที่เผยแพร่ 2021-02-11
คะแนน 2.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา informawise
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://web.informawise.com/
URL หน้าช่วยเหลือ https://informawise.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.informawise.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wise Highlights - PDF & Web",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Highlighting, Note-Taking, and Studying with Flashcards.",
    "homepage_url": "https:\/\/informawise.com",
    "icons": {
        "16": "icons\/icon_gray16.png",
        "19": "icons\/icon_gray19.png",
        "48": "icons\/icon_gray48.png",
        "128": "icons\/icon_gray128.png"
    },
    "browser_action": {
        "default_title": "Wise Highlights - PDF & Web"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/annotator-service.bundle.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/annotator.css",
        "sidebar.html",
        "js\/sidebar.js",
        "\/pdfjs\/*",
        "\/pdfjs\/web\/viewer.html"
    ]
}