Snippets
Import and execute JavaScript code snippets from GitHub
Snippetsคืออะไร?
Snippets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย riscarrott และคุณลักษณะหลักของมันคือ "Import and execute JavaScript code snippets from GitHub"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snippets
ดาวน์โหลดไฟล์ส่วนขยาย Snippets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Snippets allows you to import JavaScript code snippets from GitHub (including GitHub Enterprise) and execute them via the context menu or omnibox. The code is open source and can be found here https://github.com/richardscarrott/snippets
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Snippets |
ID | dcibnkkafifbanoclgjbkmkbogijndin |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snippets/dcibnkkafifbanoclgjbkmkbogijndin |
คำอธิบาย | Import and execute JavaScript code snippets from GitHub |
ขนาดไฟล์ | 2.13 MB |
จำนวนการติดตั้ง | 388 |
เวอร์ชันปัจจุบัน | 0.2.7 |
อัปเดตครั้งล่าสุด | 2022-08-07 |
วันที่เผยแพร่ | 2018-05-13 |
คะแนน | 4.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | riscarrott |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.com/richardscarrott/snippets |
URL หน้าช่วยเหลือ | http://github.com/richardscarrott/snippets/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snippets", "version": "0.2.7", "manifest_version": 2, "description": "Import and execute JavaScript code snippets from GitHub", "homepage_url": "http:\/\/github.com\/richardscarrott\/snippets", "omnibox": { "keyword": "s" }, "icons": { "16": "artwork\/icon-128.png", "48": "artwork\/icon-128.png", "128": "artwork\/icon-128.png" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": true }, "browser_action": [], "options_page": "dist\/options.html", "options_ui": { "page": "dist\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "contextMenus", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ " |