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 je Snipit - organize, share, collaborate?

Snipit - organize, share, collaborate je rozšíření Chrome vyvinuté https://snipit.io, a jeho hlavní funkcí je „Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Snipit - organize, share, collaborate

Stáhněte si soubory rozšíření Snipit - organize, share, collaborate 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í

                        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!                    

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

Název Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
Oficiální URL https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Popis Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Velikost souboru 442 KB
Počet instalací 10,585
Aktuální Verze 2.3.0
Poslední Aktualizace 2021-04-11
Datum Vydání 2018-09-11
Hodnocení 3.75/5 Celkem 8 Hodnocení
Vývojář https://snipit.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://snipit.io
URL Stránky Nápovědy http://bitbucket.org/andreiduca/snip-it-client/issues
Podporované Jazyky 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"
    ]
}