Skip to content

Commit

Permalink
新增韩语,更新描述文件
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxiaoqi-tangxiao committed Sep 28, 2024
1 parent ab103ce commit 4733218
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 1 deletion.
41 changes: 41 additions & 0 deletions Plugin/_locales/ko/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"appName": {
"message": "PintreeNewTab"
},
"appDesc": {
"message": "PintreeNewTab는 북마크를 탐색 페이지로 변환하여 쉽게 보고 찾을 수 있게 해줍니다."
},
"appTitle": {
"message": "북마크"
},
"setNewTab": {
"message": "새 탭 설정"
},
"search": {
"message": "검색..."
},
"clear": {
"message": "지우기"
},
"closeSidebar": {
"message": "사이드바 닫기"
},
"nope": {
"message": "여기에는 아무것도 없습니다!"
},
"searchTips": {
"message": "다른 키워드로 검색해 보거나 다른 기능을 시도해 보세요!"
},
"searchResults": {
"message": "검색 결과"
},
"errorSearch": {
"message": "검색 결과를 지우는 중 오류가 발생했습니다"
},
"errorSearchBookmark": {
"message": "북마크를 검색하는 중 오류가 발생했습니다"
},
"errorLoadingBookmarks": {
"message": "북마크를 로드하는 중 오류가 발생했습니다"
}
}
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# PintreeNewTab

[中文](README.md) | [English](README_en.md)

PintreeNewTab 是一个基于[Pintree](https://github.com/Pintree-io/pintree)的开源项目,旨在将浏览器书签作为标签页。通过安装插件将不方便管理的书签转换成一个美观且易用的导航页面。

![](.github/imgs/og.png)

## 支持语言

- 简体中文
- 繁体中文
- 英文
- 日文
- 俄语
- 韩语
- 德语

## 安装和运行

### Edge浏览器(目前只能和Chrome浏览器一样安装,扩展还在审核中)
Expand All @@ -26,7 +38,6 @@ PintreeNewTab 是一个基于[Pintree](https://github.com/Pintree-io/pintree)的
![](.github/imgs/屏幕截图-2024-09-24-143305.png)

![](.github/imgs/屏幕截图-2024-09-24-142600.png)
---

## 使用技术

Expand Down
46 changes: 46 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# PintreeNewTab

[中文](README.md) | [English](README_en.md)

PintreeNewTab is an open-source project based on [Pintree](https://github.com/Pintree-io/pintree), designed to turn browser bookmarks into a tab page. By installing the extension, inconveniently managed bookmarks are transformed into a beautiful and user-friendly navigation page.

![](.github/imgs/og.png)

## Supported Languages

- Simplified Chinese
- Traditional Chinese
- English
- Japanese
- Russian
- Korean
- German

## Installation and Running

### Edge Browser (Currently can only be installed like Chrome, the extension is under review)

1. Install the [PintreeNewTab](https://github.com/tangxiaoqi-tangxiao/PintreeNewTab) extension.
2. Click the extension icon to open a new tab.

![](.github/imgs/屏幕截图-2024-09-24-142600.png)

### Chrome Browser

1. Download the dist.zip file and unzip it.
![](.github/imgs/屏幕截图-2024-09-24-145943.png)

2. Open Chrome, go to the chrome://extensions/ page, enable Developer mode, and click "Load unpacked" to select the unzipped folder.
![](.github/imgs/屏幕截图-2024-09-24-150336.png)

3. Click the extension icon to open a new tab.

![](.github/imgs/屏幕截图-2024-09-24-143305.png)

![](.github/imgs/屏幕截图-2024-09-24-142600.png)

## Technologies Used

- HTML/CSS/JavaScript
- JSON format handling
- Browser extension

0 comments on commit 4733218

Please sign in to comment.