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.

什么是Snipit - organize, share, collaborate?

Snipit - organize, share, collaborate是由https://snipit.io开发的Chrome扩展程序,该扩展的主要功能是“Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.”。

扩展截图

screenshot
screenshot

下载Snipit - organize, share, collaborate扩展crx文件

下载Snipit - organize, share, collaborate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
官方URL https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
简介 Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
文件大小 442 KB
安装次数 10,585
当前版本 2.3.0
更新时间 2021-04-11
上架时间 2018-09-11
评分 3.75/5 共8次评分
开发者 https://snipit.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://snipit.io
帮助页面URL http://bitbucket.org/andreiduca/snip-it-client/issues
支持的语言 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"
    ]
}