Snip

Visual clipboard.

What is Snip?

Snip is a Chrome extension developed by Yariv Fruend, and its main feature is "Visual clipboard.".

Extension Screenshots

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

                        A snip is a draggable object containing text. It can be dragged and then dropped inside a text input.

HOW TO USE:
Add new snips using the field at the top.
Left click: show full snip.
Ctrl + Left click: remove a snip.                    

Extension Basic Information

Name Snip Snip
ID gpffmgfklgohifjmgmbdabphgijndojh
Official URL https://chromewebstore.google.com/detail/snip/gpffmgfklgohifjmgmbdabphgijndojh
Description Visual clipboard.
File Size 55.07 KB
Installation Count 1,000
Current Version 1.2
Last Updated 2024-02-29
Publish Date 2017-10-19
Rating 5.00/5 Total 4 Ratings
Developer Yariv Fruend
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Snip",
    "description": "Visual clipboard.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "1.2",
    "author": "Yairv Fruend",
    "action": {
        "default_icon": {
            "32": "icons\/32.png"
        },
        "default_title": "Start Snippin'!",
        "default_popup": ".\/index.html"
    },
    "permissions": [
        "storage"
    ]
}