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.

Qu'est-ce que Snipit - organize, share, collaborate ?

Snipit - organize, share, collaborate est une extension Chrome développée par https://snipit.io, et sa fonction principale est "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Snipit - organize, share, collaborate

Téléchargez les fichiers d'extension Snipit - organize, share, collaborate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
URL Officiel https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Description Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Taille du Fichier 442 KB
Nombre d'Installations 10,585
Version Actuelle 2.3.0
Dernière Mise à Jour 2021-04-11
Date de Publication 2018-09-11
Évaluation 3.75/5 Total 8 Évaluations
Développeur https://snipit.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://snipit.io
URL de la Page d'Aide http://bitbucket.org/andreiduca/snip-it-client/issues
Langues Prises en Charge 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"
    ]
}