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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |