Skip to content

Commit ffdc35b

Browse files
committed
2 parents 084c814 + be03978 commit ffdc35b

File tree

11 files changed

+5159
-2674
lines changed

11 files changed

+5159
-2674
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ Temporary Items
4646
node_modules
4747

4848
# built
49-
dest/asset/js/content.js
49+
dest/asset/js/content.js
50+
test/index.build.js
51+
test/index.build.js.map
52+
.cache

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ You can click "Preview" to see the selected part with clean style rules.
4141

4242
## Changelog
4343

44+
Go to [releases](https://github.com/painty/CSS-Used-ChromeExt/releases)
45+
46+
For older version infomation:
4447
Go to the [Changelog page](CHANGELOG.md)
4548

4649
## Dev
4750

4851
1. `npm install` to install all the dependencies
49-
2. `npm run dev` watch & gernerate an unminified version of `content.js` for debug
50-
3. `npm run build` gernerate a minified version of `content.js`
51-
3. `npm run test` will start a local http://127.0.0.1:8080 server. Visiting the test page and check the console
52+
2. `npm run build` gernerate `/dest/asset/js/content.js`. Drag the `dest` folder to `chrome://extensions/`, remember to turn on the dev mode on the top right of the page.
53+
3. `npm test` will start a local `http://localhost:1234` server. Visiting the test page and check the console.

dest/asset/css/pannel.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ form button{/* margin:0; */}
3434
.theme-dark ::-webkit-scrollbar-track{background:#242424;border-left:1px solid #2b2b2b;}
3535
.theme-dark button{border-color:rgba(230,230,230,0.2);color:#cccccc;background-color:rgb(36,36,36);}
3636
#copy{background-color:#1a73e8;border:none;color:#fff;}
37-
#copy:hover{background-color:#3b86e8;}
37+
#copy:hover{background-color:#3b86e8;}

dest/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CSS Used",
3-
"version": "2.3.3",
3+
"version": "2.4.0",
44
"permissions": ["<all_urls>","tabs"],
55
"author": "Bob",
66
"icons": {

0 commit comments

Comments
 (0)