Skip to content

Commit 16e0910

Browse files
committed
update md
1 parent 6e41542 commit 16e0910

30 files changed

+342
-457
lines changed

README-en.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- [Install](#install)
1212
- [For developer (Demo)](#for-developer-demo)
1313
- [Contribute](#contribute)
14-
- [Learn](#learn)
1514

1615
Donate? For better health and ideas <3 [Donate here](https://github.com/HoangTran0410/HoangTran0410/blob/main/DONATE.md)
1716

@@ -21,19 +20,20 @@ An extension includes a lot of small extensions. Make your life easier.
2120

2221
- Please join [FACEBOOK GROUP](https://www.facebook.com/groups/1154059318582088) of this extension
2322

24-
- View list scripts [Here](./md/LIST_SCRIPTS_EN.md)
23+
- View list all scripts [HERE](./md/LIST_SCRIPTS_EN.md)
2524

2625
## Change logs
2726

2827
[Full change logs](/md/CHANGELOGS.md)
2928

3029
Current Versions:
3130

32-
- **v1.67 - huge update** (29/05/2024)
31+
- **v1.68**: big facebook update (01/07/2024)
3332

3433
<details>
3534
<summary>Old versions</summary>
3635

36+
- <del>v1.67 - huge update (29/05/2024)</del>
3737
- <del>v1.66 - big update (27/04/2024)</del>
3838
- <del>v1.65-hotfix (08/04/2024)</del>
3939
- <del>v1.64-hotfix (07/04/2024)</del>
@@ -49,11 +49,10 @@ Current Versions:
4949

5050
## ScreenShots
5151

52-
<div style="display:flex;flex-direction:row">
52+
<div style="display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start">
5353

54-
![screenshot](./assets/screenshots/Screen%20Shot%202024-05-29_light.png)
55-
56-
![screenshot](./assets/screenshots/Screen%20Shot%202024-05-29_dark.png)
54+
<img src="./assets/screenshots/Screen%20Shot%202024-05-29_light.png" style="max-width:300px;display:inline-block" />
55+
<img src="./assets/screenshots/Screen%20Shot%202024-05-29_dark.png" style="max-width:300px;display:inline-block"/>
5756

5857
</div>
5958

@@ -72,25 +71,3 @@ Current Versions:
7271
## Contribute
7372

7473
Contribute [tại đây (vietnamese)](/md/CONTRIBUTE.md)
75-
76-
## Learn
77-
78-
- Extension Tips
79-
80-
- [muaz-khan/Chrome-Extensions](https://github.com/muaz-khan/Chrome-Extensions)
81-
82-
- [scripting docs](https://developer.chrome.com/docs/extensions/reference/scripting/)
83-
84-
- [focus-mode example](https://github.com/GoogleChrome/chrome-extensions-samples/blob/main/tutorials/focus-mode/background.js)
85-
86-
- [execute popup script in webpage](https://stackoverflow.com/questions/9515704/access-variables-and-functions-defined-in-page-context-using-a-content-script)
87-
88-
- Bookmarks Tips
89-
90-
- [Bookmarklets hay](https://bookmarklet.vercel.app/)
91-
92-
- [Bookmarklets hay 2](https://www.thetechbasket.com/most-useful-bookmarklets/)
93-
94-
- [Blog hongkiat - 100 bookmarklets](https://www.hongkiat.com/blog/100-useful-bookmarklets-for-better-productivity-ultimate-list/)
95-
96-
- [50 useful bookmarklets](https://www.wordzz.com/50-most-useful-bookmarklets/)

README.md

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,24 @@
1111
- [Cài đặt](#cài-đặt)
1212
- [Dành cho dev (Demo)](#dành-cho-dev-demo)
1313
- [Contribute](#contribute)
14-
- [Kiến thức hay](#kiến-thức-hay)
1514

16-
Donate? Muốn hỗ trợ mình 1 ly cafe <3 [Donate here](https://github.com/HoangTran0410/HoangTran0410/blob/main/DONATE.md)
15+
Donate? Muốn hỗ trợ mình 1 ly cafe <3 [Donate tại đây](https://github.com/HoangTran0410/HoangTran0410/blob/main/DONATE.md)
1716

1817
## Giới thiệu
1918

2019
1 tiện ích chứa rất nhiều chức năng nhỏ. Giúp cuộc sống dễ dàng hơn.
2120

2221
- Hãy tham gia ngay [GROUP FACEBOOK](https://www.facebook.com/groups/1154059318582088) của tiện ích
2322

24-
- Xem danh sách chức năng [Tại đây](./md/LIST_SCRIPTS_VI.md)
23+
- Xem tất cả chức năng [TẠI ĐÂY](./md/LIST_SCRIPTS_VI.md)
2524

2625
## Phiên bản
2726

2827
Xem [Lịch sử cập nhật](/md/CHANGELOGS.md)
2928

3029
Phiên bản hiện tại:
3130

32-
- **v1.68** (01/07/2024)
31+
- **v1.68**: bản cập nhật facebook lớn (01/07/2024)
3332

3433
<details>
3534
<summary>Xem phiên bản cũ hơn</summary>
@@ -50,11 +49,10 @@ Phiên bản hiện tại:
5049

5150
## Ảnh chụp màn hình
5251

53-
<div style="display:flex;flex-direction:row">
52+
<div style="display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start">
5453

55-
![screenshot](./assets/screenshots/Screen%20Shot%202024-05-29_light.png)
56-
57-
![screenshot](./assets/screenshots/Screen%20Shot%202024-05-29_dark.png)
54+
<img src="./assets/screenshots/Screen%20Shot%202024-05-29_light.png" style="max-width:300px;display:inline-block" />
55+
<img src="./assets/screenshots/Screen%20Shot%202024-05-29_dark.png" style="max-width:300px;display:inline-block"/>
5856

5957
</div>
6058

@@ -73,25 +71,3 @@ Phiên bản hiện tại:
7371
## Contribute
7472

7573
Contribute [tại đây (vietnamese)](/md/CONTRIBUTE.md)
76-
77-
## Kiến thức hay
78-
79-
- Extension Tips
80-
81-
- [muaz-khan/Chrome-Extensions](https://github.com/muaz-khan/Chrome-Extensions)
82-
83-
- [scripting docs](https://developer.chrome.com/docs/extensions/reference/scripting/)
84-
85-
- [focus-mode example](https://github.com/GoogleChrome/chrome-extensions-samples/blob/main/tutorials/focus-mode/background.js)
86-
87-
- [execute popup script in webpage](https://stackoverflow.com/questions/9515704/access-variables-and-functions-defined-in-page-context-using-a-content-script)
88-
89-
- Bookmarks Tips
90-
91-
- [Bookmarklets hay](https://bookmarklet.vercel.app/)
92-
93-
- [Bookmarklets hay 2](https://www.thetechbasket.com/most-useful-bookmarklets/)
94-
95-
- [Blog hongkiat - 100 bookmarklets](https://www.hongkiat.com/blog/100-useful-bookmarklets-for-better-productivity-ultimate-list/)
96-
97-
- [50 useful bookmarklets](https://www.wordzz.com/50-most-useful-bookmarklets/)

0 commit comments

Comments
 (0)