Snippets

Create and edit JavaScript code snippets, which are synced to all your computers

Snippetsคืออะไร?

Snippets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sidney Nemzer และคุณลักษณะหลักของมันคือ "Create and edit JavaScript code snippets, which are synced to all your computers"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snippets

ดาวน์โหลดไฟล์ส่วนขยาย Snippets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When you save a snippet, it's saved in a Github Gist, so your snippets are available on all of your computers (and https://gist.github.com).

View the code on GitHub: https://github.com/SidneyNemzer/snippets                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snippets Snippets
ID fakjeijchchmicjllnabpdkclfkpbiag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag
คำอธิบาย Create and edit JavaScript code snippets, which are synced to all your computers
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 3,711
เวอร์ชันปัจจุบัน 2.4.0
อัปเดตครั้งล่าสุด 2021-05-11
วันที่เผยแพร่ 2019-11-04
คะแนน 3.87/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Sidney Nemzer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/SidneyNemzer/snippets
URL หน้าช่วยเหลือ https://github.com/SidneyNemzer/snippets/blob/master/docs/faq.md
URL หน้านโยบายความเป็นส่วนตัว https://sidneynemzer.github.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "name": "Snippets",
    "description": "Create and edit JavaScript code snippets, which are synced to all your computers",
    "version": "2.4.0"
}