Snip

The simplest way to highlight and share text on the internet.

Cos'è Snip?

Snip è un'estensione di Chrome sviluppata da https://snip.st, e la sua funzione principale è "The simplest way to highlight and share text on the internet.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Snip

Scarica i file di estensione Snip 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

                        Open a new tab, highlight any text, and hit share. That's really it.

➤ Get a short URL to your snip, ready to be shared with others or stored for later use. 
➤ Add a caption for context. 
➤ Pick a theme based on your mood. 
➤ Make your snip public or private, depending on your preference. 
➤ Store all your highlights in one place.

Bookmarking has never been this simple.                    

Informazioni di Base sull'Estensione

Nome Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
URL Ufficiale https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Descrizione The simplest way to highlight and share text on the internet.
Dimensione del File 147 KB
Conteggio Installazioni 131
Versione Corrente 1.3.0
Ultimo Aggiornamento 2023-03-15
Data di Pubblicazione 2023-02-16
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore https://snip.st
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.snip.st/
URL della Pagina di Aiuto https://www.snip.st/
URL della Pagina della Politica sulla Privacy https://snip.st/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.0",
    "name": "Snip",
    "description": "The simplest way to highlight and share text on the internet.",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "prepare.js",
                "fragment-generation-utils.js",
                "link-generator.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16-icon.png",
        "32": "assets\/32-icon.png",
        "48": "assets\/48-icon.png",
        "128": "assets\/128-icon.png"
    }
}