Snippet Highlighter - Web & PDF

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

Cos'è Snippet Highlighter - Web & PDF?

Snippet Highlighter - Web & PDF è un'estensione di Chrome sviluppata da https://gosnippet.com, e la sua funzione principale è "Highlighter tool to annotate websites and PDF, import Kindle highlights and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Snippet Highlighter - Web & PDF

Scarica i file di estensione Snippet Highlighter - Web & PDF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Snippet Highlighter - Web & PDF Snippet Highlighter - Web & PDF
ID fkaokedhimpifhfadmgjpfjimkogdlcm
URL Ufficiale https://chromewebstore.google.com/detail/snippet-highlighter-web-p/fkaokedhimpifhfadmgjpfjimkogdlcm
Descrizione Highlighter tool to annotate websites and PDF, import Kindle highlights and more.
Dimensione del File 5.34 MB
Conteggio Installazioni 31,339
Versione Corrente 5.1.5
Ultimo Aggiornamento 2021-03-12
Data di Pubblicazione 2020-06-17
Valutazione 4.21/5 Totale 129 Valutazioni
Sviluppatore https://gosnippet.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gosnippet.com
URL della Pagina di Aiuto https://gosnippet.com/help
URL della Pagina della Politica sulla Privacy https://gosnippet.com/privacy
Lingue Supportate 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'"
}