designr
Inspect CSS styles and save snapshots of web components and designs
Was ist designr?
designr ist eine Chrome-Erweiterung, die von Angelina Tsuboi entwickelt wurde, und ihr Hauptmerkmal ist "Inspect CSS styles and save snapshots of web components and designs".
Erweiterungsscreenshots
designr-Erweiterungs-CRX-Datei herunterladen
Laden Sie designr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | designr |
ID | llojjggmiihgebjhofkcedffdfdfeegn |
Offizielle URL | https://chromewebstore.google.com/detail/designr/llojjggmiihgebjhofkcedffdfdfeegn |
Beschreibung | Inspect CSS styles and save snapshots of web components and designs |
Dateigröße | 214 KB |
Installationsanzahl | 365 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-03-19 |
Veröffentlichungsdatum | 2023-03-19 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Angelina Tsuboi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ANG13T/designr |
Unterstützte Sprachen | 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": [ " |