Snip

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

What is Snip?

Snip is a Chrome extension developed by https://snip.st, and its main feature is "The simplest way to highlight and share text on the internet.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Snip Extension CRX File

Download Snip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
Official URL https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Description The simplest way to highlight and share text on the internet.
File Size 147 KB
Installation Count 131
Current Version 1.3.0
Last Updated 2023-03-15
Publish Date 2023-02-16
Rating 4.75/5 Total 4 Ratings
Developer https://snip.st
Email [email protected]
Payment Type free
Extension Website https://www.snip.st/
Help Page URL https://www.snip.st/
Privacy Policy Page URL https://snip.st/privacy
Supported Languages 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"
    }
}