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
Eメール [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"
    ]
}