SnappySnippet
Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.
Cos'è SnappySnippet?
SnappySnippet è un'estensione di Chrome sviluppata da fangtiansheng, e la sua funzione principale è "Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SnappySnippet
Scarica i file di estensione SnappySnippet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | SnappySnippet |
ID | mdmgnnmlhdfofojkdoajglgmhaicejkk |
URL Ufficiale | https://chromewebstore.google.com/detail/snappysnippet/mdmgnnmlhdfofojkdoajglgmhaicejkk |
Descrizione | Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click. |
Dimensione del File | 2.24 MB |
Conteggio Installazioni | 12,619 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-12-27 |
Data di Pubblicazione | 2020-12-26 |
Valutazione | 4.25/5 Totale 8 Valutazioni |
Sviluppatore | fangtiansheng |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/valuespider/SnappySnippet |
URL della Pagina di Aiuto | https://github.com/valuespider/SnappySnippet/issues |
Lingue Supportate | 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'" } |