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.

Was ist Snipit - organize, share, collaborate?

Snipit - organize, share, collaborate ist eine Chrome-Erweiterung, die von https://snipit.io entwickelt wurde, und ihr Hauptmerkmal ist "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

Erweiterungsscreenshots

screenshot
screenshot

Snipit - organize, share, collaborate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snipit - organize, share, collaborate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
Offizielle URL https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Beschreibung Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Dateigröße 442 KB
Installationsanzahl 10,585
Aktuelle Version 2.3.0
Letztes Update 2021-04-11
Veröffentlichungsdatum 2018-09-11
Bewertung 3.75/5 Insgesamt 8 Bewertungen
Entwickler https://snipit.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://snipit.io
Hilfeseite URL http://bitbucket.org/andreiduca/snip-it-client/issues
Unterstützte Sprachen 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"
    ]
}