Snip

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

Co to jest Snip?

Snip to rozszerzenie Chrome opracowane przez https://snip.st, a jego główną funkcją jest „The simplest way to highlight and share text on the internet.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Snip

Pobierz pliki rozszerzeń Snip w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
Oficjalny URL https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Opis The simplest way to highlight and share text on the internet.
Rozmiar pliku 147 KB
Liczba instalacji 131
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2023-03-15
Data Publikacji 2023-02-16
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper https://snip.st
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.snip.st/
Adres URL Strony Pomocy https://www.snip.st/
Adres URL Strony Polityki Prywatności https://snip.st/privacy
Obsługiwane Języki 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"
    }
}