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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Yellow highlighter pen for web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}