Skip to content

How to update to latest version?

Nguyen Phi Truong edited this page May 18, 2023 · 2 revisions

How to update the extension to the latest version

Vietnamese

Đối với người dùng bình thường

Khi bạn thấy thông cập nhật, điều đó có nghĩa là code của nhà phát triển có một bản phát hành mới. Nhưng Chrome Store sẽ cần ít nhất 2 ngày để xem xét bản cập nhật mới đó.

Bạn có thể sử dụng bản cập nhật đó sau khi bản phát hành mới được nhóm Cửa hàng Chrome phê duyệt.

Dành cho người dùng nâng cao

Bạn có thể tải xuống và cài đặt tệp zip từ trang phát hành, giải nén và import vào trình duyệt của mình.

Bằng cách này, bạn sẽ có quyền truy cập vào bản cập nhật ổn định mới nhất cho tiện ích mở rộng. Nhưng các bản cập nhật mới tiếp theo sẽ cần cài đặt thủ công từ trang phát hành bằng tệp ZIP.

Đối với người dùng GIT

Đối với người dùng Git, bạn có thể sao chép repo.

Checkout nhánh có tên stable

Và nhập tiện ích mở rộng qua thư mục repo.

Bằng cách này, bạn chỉ cần thực hiện lệnh git pull bất cứ khi nào có bản phát hành mới, reload lại tiện ích mở rộng và bạn sẽ có một tiện ích mở rộng mới được cập nhật.


English

For normal users

When you receive an update notification, it means the developer code has a new release. But Chrome Store will need at least 2 days to review that new update.

You can use that update after the new release is approved by the Chrome Store team.

For advanced users

You can download and install the zip file from the release page, extract, and import it to your browser.

In this way, you will have access to the newest stable update for the extension. But the next new updates will need a manual install from the release page via ZIP file.

For GIT users

For Git users, you can clone the repo.

Checkout branch named stable

And import the extension via the repo folder.

Using this, you can just go a git pull whenever there is a new release. Reload the extension and you will have a new updated extension.