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是由https://marker.to开发的Chrome扩展程序,该扩展的主要功能是“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

下载Yellow highlighter pen for web扩展crx文件

下载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
}