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.

Cos'è Snipit - organize, share, collaborate?

Snipit - organize, share, collaborate è un'estensione di Chrome sviluppata da https://snipit.io, e la sua funzione principale è "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Snipit - organize, share, collaborate

Scarica i file di estensione Snipit - organize, share, collaborate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
URL Ufficiale https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Descrizione Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Dimensione del File 442 KB
Conteggio Installazioni 10,585
Versione Corrente 2.3.0
Ultimo Aggiornamento 2021-04-11
Data di Pubblicazione 2018-09-11
Valutazione 3.75/5 Totale 8 Valutazioni
Sviluppatore https://snipit.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://snipit.io
URL della Pagina di Aiuto http://bitbucket.org/andreiduca/snip-it-client/issues
Lingue Supportate 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"
    ]
}