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 |
| 官方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'"
} | |