SnappySnippet
Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.
什麼是SnappySnippet?
SnappySnippet是由fangtiansheng開發的Chrome擴展程式,該擴展的主要功能是“Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.”。
擴展截圖
下載SnappySnippet擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | mdmgnnmlhdfofojkdoajglgmhaicejkk |
| 官方網址 | 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'"
} | |