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.

Τι είναι το Snipit - organize, share, collaborate;

Το Snipit - organize, share, collaborate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://snipit.io, και η κύρια λειτουργία του είναι "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Snipit - organize, share, collaborate

Λήψη αρχείων επέκτασης Snipit - organize, share, collaborate σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
Επίσημο URL https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Περιγραφή Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Μέγεθος Αρχείου 442 KB
Αριθμός Εγκαταστάσεων 10,585
Τρέχουσα Έκδοση 2.3.0
Τελευταία Ενημέρωση 2021-04-11
Ημερομηνία Δημοσίευσης 2018-09-11
Αξιολόγηση 3.75/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://snipit.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://snipit.io
Διεύθυνση URL της Σελίδας Βοήθειας http://bitbucket.org/andreiduca/snip-it-client/issues
Υποστηριζόμενες Γλώσσες 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"
    ]
}