Markup - Web Markups & Highlighter

Highlight, manage, and share any web page or article anytime, anywhere!

Markup - Web Markups & Highlighterคืออะไร?

Markup - Web Markups & Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kdanmobile.com และคุณลักษณะหลักของมันคือ "Highlight, manage, and share any web page or article anytime, anywhere!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Markup - Web Markups & Highlighter

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

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

                        The best highlighter extension for highlighting and annotating your thoughts or summarizing important messages from your favorite articles. 

Markup - Read, Annotate & Share What Matters
Markup is the best web page highlighter tool that allows you to save, share and sync all your important highlights made across web and mobile. Or extract key points from articles within one click to grasp the main message instantly. Web highlighting have never been this easy and productive!
 
★ Key Features★
#Easy Highlight
Highlight texts on any web page through your Chrome or mobile devices.
#AI Auto Summary
Auto Summary infuses AI technology to extract key points from articles or web pages. All summaries can be saved as annotations for later review or share with friends or colleagues.
#Curated Content
It categorizes content according to article attributes and suggests content based on your reading habits. You will never feel bored with Markup!
#Sync On All Devices
Synchronize all your highlights, summaries, and annotations on all your devices.
  
Want to have a more all-encompassing Markup experience? 
Download Markup iOS onto your iPhone or iPad:https://bit.ly/MarkupiOS
 
CAN WE GIVE YOU A HAND?
Got a question? Contact us at [email protected]                    

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

ชื่อ Markup - Web Markups & Highlighter Markup - Web Markups & Highlighter
ID cbjngbfjehiofmihfpodinolkcokdojp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/markup-web-markups-highli/cbjngbfjehiofmihfpodinolkcokdojp
คำอธิบาย Highlight, manage, and share any web page or article anytime, anywhere!
ขนาดไฟล์ 1.04 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.4.5
อัปเดตครั้งล่าสุด 2022-11-15
วันที่เผยแพร่ 2020-06-06
คะแนน 3.44/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา https://www.kdanmobile.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://markups.kdanmobile.com/?utm_source=Website&utm_campaign=Website_ChromeStore&utm_medium=ChromeStore
URL หน้าช่วยเหลือ https://support.kdanmobile.com
URL หน้านโยบายความเป็นส่วนตัว https://cloud.kdanmobile.com/articles/en/privacy_policy
ภาษาที่รองรับ en,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "version": "2.4.5",
    "background": {
        "persistent": true,
        "scripts": [
            "\/scripts\/lib\/util.js",
            "\/scripts\/global.js",
            "\/scripts\/common.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "res\/[email protected]",
        "default_title": "Show My Web Markups menu"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/lib\/inject_jquery.js",
                "scripts\/lib\/my_markups.js",
                "scripts\/global.js",
                "content-script.js",
                "scripts\/lib\/detect.js",
                "scripts\/lib\/reformat.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*",
                "https:\/\/markups.preparing.kdanmobile.com\/",
                "https:\/\/markups.kdanmobile.com\/",
                "https:\/\/ajax.googleapis.com\/",
                "file:\/\/*\/*"
            ],
            "css": [
                "\/styles\/common.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "res\/icon128.png",
        "60": "res\/[email protected]",
        "40": "res\/[email protected]",
        "20": "res\/markup-logo.png"
    },
    "manifest_version": 2,
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "cookies",
        "activeTab",
        "tabs",
        "https:\/\/markups.preparing.kdanmobile.com\/",
        "https:\/\/markups.kdanmobile.com\/"
    ],
    "web_accessible_resources": [
        "\/styles\/*",
        "\/res\/*",
        "\/scripts\/*",
        "\/content.html",
        "\/remind\/*",
        "\/prompt\/*",
        "\/login\/*",
        "\/upgrade\/*"
    ],
    "default_locale": "en"
}