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.

Wat is Snipit - organize, share, collaborate?

Snipit - organize, share, collaborate is een Chrome-extensie ontwikkeld door https://snipit.io, en de belangrijkste functie is "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Snipit - organize, share, collaborate

Download Snipit - organize, share, collaborate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
Officiële URL https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Beschrijving Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Bestandsgrootte 442 KB
Aantal Installaties 10,585
Huidige Versie 2.3.0
Laatst Bijgewerkt 2021-04-11
Publicatiedatum 2018-09-11
Beoordeling 3.75/5 Totaal 8 Beoordelingen
Ontwikkelaar https://snipit.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://snipit.io
Help Pagina-URL http://bitbucket.org/andreiduca/snip-it-client/issues
Ondersteunde Talen 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"
    ]
}