Snip

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

Wat is Snip?

Snip is een Chrome-extensie ontwikkeld door https://snip.st, en de belangrijkste functie is "The simplest way to highlight and share text on the internet.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Snip

Download Snip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
Officiële URL https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Beschrijving The simplest way to highlight and share text on the internet.
Bestandsgrootte 147 KB
Aantal Installaties 131
Huidige Versie 1.3.0
Laatst Bijgewerkt 2023-03-15
Publicatiedatum 2023-02-16
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://snip.st
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.snip.st/
Help Pagina-URL https://www.snip.st/
URL van de Privacybeleid Pagina https://snip.st/privacy
Ondersteunde Talen 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"
    }
}