SnappySnippet
Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.
SnappySnippetคืออะไร?
SnappySnippet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fangtiansheng และคุณลักษณะหลักของมันคือ "Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SnappySnippet
ดาวน์โหลดไฟล์ส่วนขยาย SnappySnippet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome/Chromium extension that allows easy CSS+HTML extraction of specific DOM element. Created snippet can be then exported to CodePen, jsFiddle or JS Bin with one click. Other features: cleans up HTML (removing unnecessary attributes, fixing indentation) optimizes CSS to make it readable fully configurable (all filters can be turned off) nice UI thanks to Bootstrap & Flat-UI projects works with :before and :after pseudo elements
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SnappySnippet |
ID | mdmgnnmlhdfofojkdoajglgmhaicejkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snappysnippet/mdmgnnmlhdfofojkdoajglgmhaicejkk |
คำอธิบาย | Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click. |
ขนาดไฟล์ | 2.24 MB |
จำนวนการติดตั้ง | 12,619 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-12-27 |
วันที่เผยแพร่ | 2020-12-26 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | fangtiansheng |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/valuespider/SnappySnippet |
URL หน้าช่วยเหลือ | https://github.com/valuespider/SnappySnippet/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnappySnippet", "description": "Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.", "version": "1.0.0", "manifest_version": 2, "minimum_chrome_version": "18.0", "icons": { "24": "gfx\/icon_24.png", "128": "gfx\/icon_128.png" }, "devtools_page": "devtools.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/platform.twitter.com https:\/\/www.facebook.com; object-src 'self'" } |