designr

Inspect CSS styles and save snapshots of web components and designs

Wat is designr?

designr is een Chrome-extensie ontwikkeld door Angelina Tsuboi, en de belangrijkste functie is "Inspect CSS styles and save snapshots of web components and designs".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie designr

Download designr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam designr designr
ID llojjggmiihgebjhofkcedffdfdfeegn
Officiële URL https://chromewebstore.google.com/detail/designr/llojjggmiihgebjhofkcedffdfdfeegn
Beschrijving Inspect CSS styles and save snapshots of web components and designs
Bestandsgrootte 214 KB
Aantal Installaties 365
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-03-19
Publicatiedatum 2023-03-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Angelina Tsuboi
E-mail angelinatsuboi@proton.me
Betalingswijze free
Extensiewebsite https://github.com/ANG13T/designr
Ondersteunde Talen 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"
            ]
        }
    ]
}