designr

Inspect CSS styles and save snapshots of web components and designs

Qu'est-ce que designr ?

designr est une extension Chrome développée par Angelina Tsuboi, et sa fonction principale est "Inspect CSS styles and save snapshots of web components and designs".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension designr 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

                        designr is an open-source browser extension designed to inspect and save CSS styling on web pages. designr provides information about element styles and save the styles into a palette for later use. designr is a simple and intuitive way for designers and web developers to save CSS references 🎨.

This is a free and simple little plugin that helps you as a web developer, designer, or anyone who wants analyze and save website styling 💜

If you would like to contribute, please visit the GitHub repository:
https://github.com/ANG13T/designr

Additionally, visit my website to learn more about my projects and support my work! angelinatsuboi.net                    

Informations de Base sur l'Extension

Nom designr designr
ID llojjggmiihgebjhofkcedffdfdfeegn
URL Officiel https://chromewebstore.google.com/detail/designr/llojjggmiihgebjhofkcedffdfdfeegn
Description Inspect CSS styles and save snapshots of web components and designs
Taille du Fichier 214 KB
Nombre d'Installations 365
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-03-19
Date de Publication 2023-03-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur Angelina Tsuboi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ANG13T/designr
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "designr",
    "version": "1.0.0",
    "description": "Inspect CSS styles and save snapshots of web components and designs",
    "author": "Angelina Tsuboi",
    "homepage_url": "https:\/\/github.com\/ANG13T\/designr",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "designr",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ]
        }
    ]
}