Snip

Visual clipboard.

Co to jest Snip?

Snip to rozszerzenie Chrome opracowane przez Yariv Fruend, a jego główną funkcją jest „Visual clipboard.”.

Zrzuty ekranu rozszerzenia

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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Snip Snip
ID gpffmgfklgohifjmgmbdabphgijndojh
Oficjalny URL https://chromewebstore.google.com/detail/snip/gpffmgfklgohifjmgmbdabphgijndojh
Opis Visual clipboard.
Rozmiar pliku 55.07 KB
Liczba instalacji 1,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2024-02-29
Data Publikacji 2017-10-19
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Yariv Fruend
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}