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.

What is Snipit - organize, share, collaborate?

Snipit - organize, share, collaborate is a Chrome extension developed by https://snipit.io, and its main feature is "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

Extension Screenshots

screenshot
screenshot

Download Snipit - organize, share, collaborate Extension CRX File

Download Snipit - organize, share, collaborate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
Official URL 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.
File Size 442 KB
Installation Count 10,585
Current Version 2.3.0
Last Updated 2021-04-11
Publish Date 2018-09-11
Rating 3.75/5 Total 8 Ratings
Developer https://snipit.io
Email [email protected]
Payment Type free
Extension Website https://snipit.io
Help Page URL http://bitbucket.org/andreiduca/snip-it-client/issues
Supported Languages 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"
    ]
}