SnappySnippet

Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.

Qu'est-ce que SnappySnippet ?

SnappySnippet est une extension Chrome développée par fangtiansheng, et sa fonction principale est "Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SnappySnippet

Téléchargez les fichiers d'extension SnappySnippet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SnappySnippet SnappySnippet
ID mdmgnnmlhdfofojkdoajglgmhaicejkk
URL Officiel https://chromewebstore.google.com/detail/snappysnippet/mdmgnnmlhdfofojkdoajglgmhaicejkk
Description Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.
Taille du Fichier 2.24 MB
Nombre d'Installations 12,619
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-12-27
Date de Publication 2020-12-26
Évaluation 4.25/5 Total 8 Évaluations
Développeur fangtiansheng
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/valuespider/SnappySnippet
URL de la Page d'Aide https://github.com/valuespider/SnappySnippet/issues
Langues Prises en Charge 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'"
}