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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snipit.io และคุณลักษณะหลักของมันคือ "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snipit - organize, share, collaborate

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}