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
官方網址 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"
    ]
}