Snipit - organize, share, collaborate

Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.

Co to jest Snipit - organize, share, collaborate?

Snipit - organize, share, collaborate to rozszerzenie Chrome opracowane przez https://snipit.io, a jego główną funkcją jest „Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Snipit - organize, share, collaborate

Pobierz pliki rozszerzeń Snipit - organize, share, collaborate 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

                        Snip code blocks directly from the pages you visit. Just select some text, and the Snipit button is right there for you.
If the page contains valid markup, Snipit even fills most of the fields for you: title, syntax and tags. Click "Save" and you're done!                    

Podstawowe informacje o rozszerzeniu

Nazwa Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
Oficjalny URL https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Opis Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Rozmiar pliku 442 KB
Liczba instalacji 10,585
Aktualna Wersja 2.3.0
Ostatnia Aktualizacja 2021-04-11
Data Publikacji 2018-09-11
Ocena 3.75/5 Łącznie 8 Oceny
Deweloper https://snipit.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://snipit.io
Adres URL Strony Pomocy http://bitbucket.org/andreiduca/snip-it-client/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snipit - organize, share, collaborate",
    "version": "2.3.0",
    "short_name": "Snipit.io",
    "description": "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.",
    "homepage_url": "https:\/\/snipit.io",
    "icons": {
        "64": "icons\/snipit-inverted.png",
        "128": "icons\/[email protected]",
        "512": "icons\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/snipit.js"
            ],
            "css": [
                "css\/snipit.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/snipit.js",
        "css\/snipit.css"
    ]
}