Snippet Highlighter - Web & PDF

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

Qu'est-ce que Snippet Highlighter - Web & PDF ?

Snippet Highlighter - Web & PDF est une extension Chrome développée par https://gosnippet.com, et sa fonction principale est "Highlighter tool to annotate websites and PDF, import Kindle highlights and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Snippet Highlighter - Web & PDF

Téléchargez les fichiers d'extension Snippet Highlighter - Web & PDF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Snippet Highlighter - Web & PDF Snippet Highlighter - Web & PDF
ID fkaokedhimpifhfadmgjpfjimkogdlcm
URL Officiel https://chromewebstore.google.com/detail/snippet-highlighter-web-p/fkaokedhimpifhfadmgjpfjimkogdlcm
Description Highlighter tool to annotate websites and PDF, import Kindle highlights and more.
Taille du Fichier 5.34 MB
Nombre d'Installations 31,339
Version Actuelle 5.1.5
Dernière Mise à Jour 2021-03-12
Date de Publication 2020-06-17
Évaluation 4.21/5 Total 129 Évaluations
Développeur https://gosnippet.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gosnippet.com
URL de la Page d'Aide https://gosnippet.com/help
URL de la Page de Politique de Confidentialité https://gosnippet.com/privacy
Langues Prises en Charge 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'"
}