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.

Vad är Snipit - organize, share, collaborate?

Snipit - organize, share, collaborate är en Chrome-tillägg utvecklad av https://snipit.io, och dess huvudfunktion är "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Snipit - organize, share, collaborate-förlängningens CRX-fil

Ladda ner Snipit - organize, share, collaborate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
Officiell webbadress https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Beskrivning Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Filstorlek 442 KB
Antal Installationer 10,585
Aktuell Version 2.3.0
Senast Uppdaterad 2021-04-11
Publiceringsdatum 2018-09-11
Betyg 3.75/5 Totalt 8 Betyg
Utvecklare https://snipit.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://snipit.io
Hjälpsida URL http://bitbucket.org/andreiduca/snip-it-client/issues
Stödda Språk 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"
    ]
}