Snippet Highlighter - Web & PDF

Highlighter tool to annotate websites and PDF, import Kindle highlights and more.

Snippet Highlighter - Web & PDF क्या है?

Snippet Highlighter - Web & PDF https://gosnippet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlighter tool to annotate websites and PDF, import Kindle highlights and more."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get all your highlights in one place, instantly searchable, available wherever you go. All your highlights are synchronized and backed up in the cloud. The extension requires a FREE account you can create immediately after the installation. Some functionality requires upgrade to a Snippet PRO account.

HOW DOES HIGHLIGHTING WORK?
✓ Simply use your mouse to select and highlight text snippets on any website or PDF
✓ Click the "Add" button on any image to highlight and save charts, graphs or other images from all around the web. You can disable the "Add" button from the extension Options page. You can still highlight images by right-clicking on the image and choose "Add to Snippet".
✓ Highlight screen regions by capturing screenshots directly from the extension

ORGANIZE, SEARCH AND REVIEW HIGHLIGHTS
✓ browse highlights by books and authors 
✓ organize highlights with folders and subfolders
✓ tag highlights and assign colors
✓ bookmark and return to source articles with a click
✓ add personal notes
✓ powerful text search

EXPORT AND SHARE YOUR HIGHLIGHTS
✓ Download highlights and notes as PDF or editable text files. 
✓ Download highlights as Word or Excel files (coming soon)
✓ Use various citation systems for all your highlights
✓ Share individual highlights and collections of highlights via email or social media (Twitter, Facebook)	
✓ Export collections of highlights as slideshows
✓ Connect your highlights to apps like Evernote, OneNote and more (coming soon)

ENHANCE YOUR KINDLE READING EXPERIENCE
✓ Make use of all those important highlights and notes you took on your Kindle
✓ Works with highlights made on any Kindle device
✓ Review and edit all the highlights and notes that you have made on your Kindle
✓ Export Kindle highlights and notes as PDF, Word, Excel or text files

SNIPPET PRO
Get the most out of Snippet with features like unlimited number of folders, export options, PDF upload and more.
*** Limited time offer — Save 50% with our yearly plan! ***

FREQUENTLY ASKED QUESTIONS
https://blog.gosnippet.com/help-center/

TRUSTED BY THOUSAND OF USERS
Snippet is trusted by passionate readers, writers, students, business professionals, researchers, quotes collectors, bloggers, and many people who want to enhance their learning and reading experience. 

GIVE US A REVIEW ★★★★★
Do you like Snippet? Support us by giving a review!

By installing the extension, you agree to Snippet’s Terms and Conditions (www.gosnippet.com/terms) and Privacy Policy (www.gosnippet.com/privacy).

Any question? Drop us a line at [email protected]                    

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

नाम Snippet Highlighter - Web & PDF Snippet Highlighter - Web & PDF
ID fkaokedhimpifhfadmgjpfjimkogdlcm
आधिकारिक URL https://chromewebstore.google.com/detail/snippet-highlighter-web-p/fkaokedhimpifhfadmgjpfjimkogdlcm
विवरण Highlighter tool to annotate websites and PDF, import Kindle highlights and more.
फ़ाइल का आकार 5.34 MB
स्थापना संख्या 31,339
वर्तमान संस्करण 5.1.5
अंतिम अपडेट 2021-03-12
प्रकाशन तिथि 2020-06-17
रेटिंग 4.21/5 कुल 129 रेटिंग्स
डेवलपर https://gosnippet.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gosnippet.com
सहायता पृष्ठ URL https://gosnippet.com/help
गोपनीयता नीति पृष्ठ URL https://gosnippet.com/privacy
समर्थित भाषाएँ id,de,en,en-GB,en-US,fil,fr,vi,tr,da,es,it,lv,lt,hu,pl,sl,fi,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "5.1.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/gosnippet.com",
    "icons": {
        "16": "images\/purple\/icon-16.png",
        "32": "images\/purple\/icon-32.png",
        "48": "images\/purple\/icon-48.png",
        "128": "images\/purple\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "",
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/gosnippet.com\/",
        "https:\/\/gosnippet.com\/",
        "https:\/\/read.amazon.com\/*",
        "https:\/\/read.amazon.ca\/*",
        "https:\/\/read.amazon.co.uk\/*",
        "https:\/\/read.amazon.com.au\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/purple\/icon-19.png",
            "38": "images\/purple\/icon-38.png"
        },
        "default_title": "Snippet Highlighter - click to toggle on\/off"
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "commands": {
        "toggle-snippet": {
            "suggested_key": {
                "default": "Alt+Shift+X"
            },
            "description": "Toggle Snippet Highlighter on\/off"
        },
        "toggle-snippet-sidebar": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Show\/Hide Snippet sidebar"
        },
        "capture-screen": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Screen snip"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gosnippet.com\/*",
                "https:\/\/gosnippet.test\/*",
                "http:\/\/gosnippet.com\/*",
                "http:\/\/gosnippet.test\/*"
            ],
            "js": [
                "content_scripts\/content-app.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/content-main.js"
            ],
            "css": [
                "css\/sidebar.css",
                "css\/content-main.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/read.amazon.com\/*",
                "https:\/\/read.amazon.ca\/*",
                "https:\/\/read.amazon.co.uk\/*",
                "https:\/\/read.amazon.com.au\/*"
            ],
            "js": [
                "content_scripts\/content-kindle.js"
            ],
            "css": [
                "css\/content-kindle.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "content_scripts\/frames\/sidebar\/index.html",
        "content_scripts\/frames\/popover\/index.html",
        "content_scripts\/frames\/select-screenshot\/index.html",
        "content_scripts\/frames\/edit-screenshot\/index.html",
        "content_scripts\/frames\/kindle-choose-book\/index.html",
        "content_scripts\/frames\/application\/index.html",
        "pdfjs\/web\/viewer.html"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}