Snip

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

Co je Snip?

Snip je rozšíření Chrome vyvinuté https://snip.st, a jeho hlavní funkcí je „The simplest way to highlight and share text on the internet.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Snip

Stáhněte si soubory rozšíření Snip ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
Oficiální URL https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Popis The simplest way to highlight and share text on the internet.
Velikost souboru 147 KB
Počet instalací 131
Aktuální Verze 1.3.0
Poslední Aktualizace 2023-03-15
Datum Vydání 2023-02-16
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář https://snip.st
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.snip.st/
URL Stránky Nápovědy https://www.snip.st/
URL Stránky Zásad Ochrany Soukromí https://snip.st/privacy
Podporované Jazyky 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"
    }
}