Highlights - Highlighter and Web Clipper

Highlight, tag and add notes across the Web.

Highlights - Highlighter and Web Clipper क्या है?

Highlights - Highlighter and Web Clipper https://learningpaths.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight, tag and add notes across the Web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Highlights - Highlighter and Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        "Highlights - Highlighter and Web Clipper"  chrome extension by Learning Paths, helps you organise your content across the internet. 

Highlight, Tag and add notes to relevant content across the web. Think of this as URL specific note taker. You can also capture that micro context. The counter icon at the top shows how many annotations you have made in the page. Next time when you visit the web page all the relevant data that you have annotated will popup. So you have all your contextual data within the browser itself. 

With our dashboard all the data that is relevant to you is one search away. You can search across the highlighted text, tags you have added, notes you have taken and also based on URL. The search is very powerful. Anything that you have used before is just a couple of keystrokes away.

NEVER EVER MISS ANYTHING IMPORTANT AGAIN.

This is your all in one web clipper, web annotator, notes taker, scratch pad, bookmarks organizer, online journal, research companion, planner, todo list maker, blogging draft editor. Make connections easily between everything you are doing, whether it is reading, writing or research.

Download our android app so that all your notes, highlights and tags are available to you on mobile devices as well.

Export to Twitter and ROAM

From any webpage you can now export your highlights as a twitter thread or you can export them to Roam Research.                    

एक्सटेंशन की मूल जानकारी

नाम Highlights - Highlighter and Web Clipper Highlights - Highlighter and Web Clipper
ID fiajhjomgpnlefcbdhfghnbhpillkklb
आधिकारिक URL https://chromewebstore.google.com/detail/highlights-highlighter-an/fiajhjomgpnlefcbdhfghnbhpillkklb
विवरण Highlight, tag and add notes across the Web.
फ़ाइल का आकार 827 KB
स्थापना संख्या 1,119
वर्तमान संस्करण 0.0.145
अंतिम अपडेट 2022-12-23
प्रकाशन तिथि 2020-06-28
रेटिंग 4.31/5 कुल 26 रेटिंग्स
डेवलपर https://learningpaths.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://learningpaths.io/
सहायता पृष्ठ URL https://www.learningpaths.io/privacy-policy/
गोपनीयता नीति पृष्ठ URL https://www.learningpaths.io/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlights - Highlighter and Web Clipper",
    "short_name": "Highlights",
    "description": "Highlight, tag and add notes across the Web.",
    "version": "0.0.145",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Highlights from this page"
    },
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "scripts": [
            "app\/src\/background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "app\/src\/css\/highlight_create.css",
                "app\/src\/css\/table_of_content.css",
                "app\/src\/css\/highlight_edit_pop_up.css"
            ],
            "js": [
                "app\/plugins\/mark\/mark.min.js",
                "app\/src\/js\/highlight_create.js",
                "app\/src\/js\/table_of_content.js",
                "app\/src\/js\/highlight_edit_pop_up.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "bookmarks",
        "tabs",
        "http:\/\/*\/",
        "contextMenus",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "",
        "notifications"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "oauth2": {
        "client_id": "307727394206-7i9arhgjl9tbpgbkc9e2hu97ljg44akt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "web_accessible_resources": [
        "icons\/*.png"
    ]
}