Skip to content

Commit 7a540e4

Browse files
committed
doc: Supplement md
1 parent 0910164 commit 7a540e4

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
# WXT + Vue 3
1+
# CSS-Diff
22

3-
This template should help get you started developing with Vue 3 in WXT.
3+
A browser extension that compares different CSS.
44

5-
## Recommended IDE Setup
5+
![Screenshot](https://github.com/Jevin0/css-diff-devtools/blob/master/img/screenshot.png?raw=true)
66

7-
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar).
7+
# Usage
8+
9+
> [!WARNING]
10+
> This extension is not available in the extension store.
11+
12+
You need to download the zip file from my release and manually drag it into your browser's extensions folder.
13+
14+
## Specific operations
15+
16+
Select two elements in the Elements tab of the DevTools panel.
17+
18+
# Inspiration
19+
20+
+ https://github.com/kdzwinel/CSS-Diff

img/screenshot.png

213 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-diff-devtools",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"private": true,
66
"packageManager": "pnpm@9.14.1",
77
"description": "manifest.json description",

0 commit comments

Comments
 (0)