Yellow highlighter pen for web

You can point out important information in long webpages by highlighting text with your mouse. And you can share this highlighted…

Yellow highlighter pen for webคืออะไร?

Yellow highlighter pen for web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://marker.to และคุณลักษณะหลักของมันคือ "You can point out important information in long webpages by highlighting text with your mouse. And you can share this highlighted…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yellow highlighter pen for web

ดาวน์โหลดไฟล์ส่วนขยาย Yellow highlighter pen for web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        You can point out important information in long webpages by highlighting text with your mouse.

And you can share this highlighted version of page (with special short link) in social media, e--mail, IM etc. or just bookmark it with your favourite tool.

It works with the regular web page, but DOES NOT work with PDF or MS Word documents due to technical restrictions.

NEWS

VER 1.8 update
- Removed some excessive permissions

VER 1.7 update

 - New Instant Highlighter for better Twitter and Facebook sharing

VER 1.6

 - Premium version available, read more from http://marker.to/premium
 - Highlighter works on HTTPS pages
 

VER 1.5:

 - Now you can see you highlights from http://my.marker.to
 - You can get plugin for other browsers from http://marker.to site

NOTE: Please try this tool outside of this page! Chrome extensions will not work on installation page!

Have trouble running this tool? Please share your experience: http://marker.to/contact
Or reach us at Twitter: @markerto                    

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

ชื่อ Yellow highlighter pen for web Yellow highlighter pen for web
ID lnmengjdnfjbochkdkcjbbpildacancp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yellow-highlighter-pen-fo/lnmengjdnfjbochkdkcjbbpildacancp
คำอธิบาย You can point out important information in long webpages by highlighting text with your mouse. And you can share this highlighted…
ขนาดไฟล์ 46.39 KB
จำนวนการติดตั้ง 86,873
เวอร์ชันปัจจุบัน 1.8.4
อัปเดตครั้งล่าสุด 2021-09-03
วันที่เผยแพร่ 2019-04-26
คะแนน 3.40/5 รวมทั้งหมด 494 คะแนน
ผู้พัฒนา https://marker.to
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://marker.to
URL หน้าช่วยเหลือ https://marker.to/contact
URL หน้านโยบายความเป็นส่วนตัว http://marker.to/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yellow highlighter pen for web",
    "version": "1.8.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "marker.to - highlight and share",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "chrome.css"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}