Snippet Highlighter - Web & PDF

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

Was ist Snippet Highlighter - Web & PDF?

Snippet Highlighter - Web & PDF ist eine Chrome-Erweiterung, die von https://gosnippet.com entwickelt wurde, und ihr Hauptmerkmal ist "Highlighter tool to annotate websites and PDF, import Kindle highlights and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Snippet Highlighter - Web & PDF-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snippet Highlighter - Web & PDF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Snippet Highlighter - Web & PDF Snippet Highlighter - Web & PDF
ID fkaokedhimpifhfadmgjpfjimkogdlcm
Offizielle URL https://chromewebstore.google.com/detail/snippet-highlighter-web-p/fkaokedhimpifhfadmgjpfjimkogdlcm
Beschreibung Highlighter tool to annotate websites and PDF, import Kindle highlights and more.
Dateigröße 5.34 MB
Installationsanzahl 31,339
Aktuelle Version 5.1.5
Letztes Update 2021-03-12
Veröffentlichungsdatum 2020-06-17
Bewertung 4.21/5 Insgesamt 129 Bewertungen
Entwickler https://gosnippet.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gosnippet.com
Hilfeseite URL https://gosnippet.com/help
URL der Datenschutzrichtlinien-Seite https://gosnippet.com/privacy
Unterstützte Sprachen 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'"
}