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 là gì?

Snipit - organize, share, collaborate là một tiện ích mở rộng Chrome được phát triển bởi https://snipit.io, và tính năng chính của nó là "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snipit - organize, share, collaborate

Tải xuống các tệp mở rộng Snipit - organize, share, collaborate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snipit - organize, share, collaborate Snipit - organize, share, collaborate
ID dodniekpimecafnhdbfaihfgdgbihhjl
URL Chính Thức https://chromewebstore.google.com/detail/snipit-organize-share-col/dodniekpimecafnhdbfaihfgdgbihhjl
Mô tả Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.
Kích Thước Tệp 442 KB
Số Lần Cài Đặt 10,585
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2021-04-11
Ngày Phát Hành 2018-09-11
Đánh Giá 3.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://snipit.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://snipit.io
URL Trang Trợ Giúp http://bitbucket.org/andreiduca/snip-it-client/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}