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.

Apa itu Snipit - organize, share, collaborate?

Snipit - organize, share, collaborate adalah ekstensi Chrome yang dikembangkan oleh https://snipit.io, dan fitur utamanya adalah "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Snipit - organize, share, collaborate

Unduh file ekstensi Snipit - organize, share, collaborate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
URL Resmi https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Deskripsi Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Ukuran File 442 KB
Jumlah Instalasi 10,585
Versi Saat Ini 2.3.0
Terakhir Diperbarui 2021-04-11
Tanggal Publikasi 2018-09-11
Penilaian 3.75/5 Total 8 Penilaian
Pengembang https://snipit.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://snipit.io
URL Halaman Bantuan http://bitbucket.org/andreiduca/snip-it-client/issues
Bahasa yang Didukung 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"
    ]
}