Firefox ๋ธŒ๋ผ์šฐ์ € ๋ถ€๊ฐ€ ๊ธฐ๋Šฅ
๋กœ๊ทธ์ธ
Pure New Tab ๋ฏธ๋ฆฌ๋ณด๊ธฐ

Pure New Tab ์ œ์ž‘์ž: CWorld

A open-source, clean and minimalistic ntp extension.

0 (0 reviews)0 (0 reviews)
์‚ฌ์šฉ์ž 6๋ช…์‚ฌ์šฉ์ž 6๋ช…
์ด ํ™•์žฅ ๊ธฐ๋Šฅ์„ ์‚ฌ์šฉํ•˜๋ ค๋ฉด Firefox๊ฐ€ ํ•„์š”ํ•จ
Firefox ๋‹ค์šด๋กœ๋“œ
ํŒŒ์ผ ๋‹ค์šด๋กœ๋“œ

ํ™•์žฅ ๋ฉ”ํƒ€ ๋ฐ์ดํ„ฐ

์Šคํฌ๋ฆฐ์ƒท
์ •๋ณด
A simple new tab page extension for Chrome and Firefox. Aimming to provide a clean and minimalistic ntp for users.

It is open-source and you can check code from: https://github.com/cworld1/pure-new-tab
0๋ช…์˜ ๋ฆฌ๋ทฐ์–ด๊ฐ€ 0๋กœ ํ‰๊ฐ€ํ•จ
๋กœ๊ทธ์ธํ•˜์—ฌ ์ด ํ™•์žฅ ๊ธฐ๋Šฅ์˜ ํ‰์ ์„ ๋‚จ๊ฒจ์ฃผ์„ธ์š”
์•„์ง ํ‰์ ์ด ์—†์Šต๋‹ˆ๋‹ค

๋ณ„์  ์ €์žฅ๋จ

5
0
4
0
3
0
2
0
1
0
์•„์ง ๋ฆฌ๋ทฐ ์—†์Œ
์ถ”๊ฐ€ ์ •๋ณด
๋ถ€๊ฐ€ ๊ธฐ๋Šฅ ๋งํฌ
  • ํ™ˆ ํŽ˜์ด์ง€
  • ์ง€์› ์‚ฌ์ดํŠธ
๋ฒ„์ „
1.2.0
ํฌ๊ธฐ
7.34 MB
๋งˆ์ง€๋ง‰ ์—…๋ฐ์ดํŠธ
์ผ ๋…„ ์ „ (2024๋…„ 7์›” 4์ผ)
๊ด€๋ จ ์นดํ…Œ๊ณ ๋ฆฌ
  • ๊ฒ€์ƒ‰ ๋„๊ตฌ
  • ํƒญ
๋ผ์ด์„ ์Šค
GNU Lesser General Public License v3.0 ์ „์šฉ
๊ฐœ์ธ์ •๋ณด์ฒ˜๋ฆฌ๋ฐฉ์นจ
์ด ๋ถ€๊ฐ€ ๊ธฐ๋Šฅ์— ๋Œ€ํ•œ ๊ฐœ์ธ์ •๋ณด์ฒ˜๋ฆฌ๋ฐฉ์นจ ์ฝ๊ธฐ
๋ฒ„์ „ ๋ชฉ๋ก
  • ๋ชจ๋“  ๋ฒ„์ „ ๋ณด๊ธฐ
ํƒœ๊ทธ
  • container
  • search
๋ชจ์Œ์ง‘์— ์ถ”๊ฐ€
์ด ๋ถ€๊ฐ€ ๊ธฐ๋Šฅ ์‹ ๊ณ 
๋ฒ„์ „ 1.2.0์˜ ์ถœ์‹œ ์ •๋ณด
## [1.2.0] - 2024-07-04

### ๐Ÿš€ Features

- Update new tab page description and short description
- Add vite-plugin-web-extension as a dependency
- :construction: migrate to wxt
- *(options)* :sparkles: add options page
- *(newtab)* :art: update colors with options preference
- Add storage permission to manifest
- *(newtab)* :sparkles: add favorite component
- *(options)* :sparkles: support setting fav list and open way
- *(options)* :sparkles: support backup&restore

### ๐Ÿšœ Refactor

- *(time)* Update date display format in TimeComponent
- Remove unused containerElement in HitokotoComponent
- Improve font styling and add new fonts
- *(manifest)* Update new tab page description and short description
- Improve HitokotoComponent and TimeComponent initialization
- Update global CSS styles and add dark mode support
- *(options)* :art: update options page style

### ๐Ÿ“š Documentation

- :memo: update readme
- :memo: update readme

### โšก Performance

- :rocket: enable more support fr new framework
- *(newtab)* :art: improve performance and style for time

### โš™๏ธ Miscellaneous Tasks

- Ignore Visual Studio Code workspace files

### Build

- *(package)* :package: update to v1.2.0

## [1.0.0] - 2024-07-02

### ๐Ÿš€ Features

- :sparkles: initialize the project
- *(newtab)* :sparkles: support hitokoto
- *(time)* :sparkles: add time component
- *(time)* :sparkles: add week & styles
- :art: support dark theme
- *(public)* :truck: update icon sources
- *(newtab)* :art: add dark mode favicon
- Remove "private" flag from package.json

### ๐Ÿšœ Refactor

- Refactor background script to use HitokotoExtension class
- Improve error handling in fetchHitokoto method
- *(newtab)* Improve letter-spacing in time component

### ๐Ÿ“š Documentation

- :memo: add license
- :memo: add readme

### โšก Performance

- :heavy_minus_sign: remove popup window
- *(newtab)* :art: update hiotkoto component style; move to new file

**Full Changelog**: https://github.com/cworld1/pure-new-tab/compare/v1.0.0...v1.2.0
CWorld ๋‹˜์˜ ๋‹ค๋ฅธ ํ™•์žฅ ๊ธฐ๋Šฅ
  • ์•„์ง ํ‰์ ์ด ์—†์Šต๋‹ˆ๋‹ค

  • ์•„์ง ํ‰์ ์ด ์—†์Šต๋‹ˆ๋‹ค

  • ์•„์ง ํ‰์ ์ด ์—†์Šต๋‹ˆ๋‹ค

  • ์•„์ง ํ‰์ ์ด ์—†์Šต๋‹ˆ๋‹ค

  • ์•„์ง ํ‰์ ์ด ์—†์Šต๋‹ˆ๋‹ค

  • ์•„์ง ํ‰์ ์ด ์—†์Šต๋‹ˆ๋‹ค

Mozilla ํ™ˆํŽ˜์ด์ง€๋กœ ์ด๋™

๋ถ€๊ฐ€ ๊ธฐ๋Šฅ

  • ์†Œ๊ฐœ
  • Firefox ๋ถ€๊ฐ€ ๊ธฐ๋Šฅ ๋ธ”๋กœ๊ทธ
  • ํ™•์žฅ ๊ธฐ๋Šฅ ์›Œํฌ์ƒต
  • ๊ฐœ๋ฐœ์ž ํ—ˆ๋ธŒ
  • ๊ฐœ๋ฐœ์ž ์ •์ฑ…
  • ์ปค๋ฎค๋‹ˆํ‹ฐ ๋ธ”๋กœ๊ทธ
  • ํฌ๋Ÿผ
  • ๋ฒ„๊ทธ ์‹ ๊ณ 
  • ๋ฆฌ๋ทฐ ์ง€์นจ

๋ธŒ๋ผ์šฐ์ €

  • Desktop
  • Mobile
  • Enterprise

์ œํ’ˆ

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • ๊ฐœ์ธ ์ •๋ณด
  • ์ฟ ํ‚ค
  • ๋ฒ•๋ฅ 

ํŠน๋ณ„ํ•œ ๊ณ ์ง€๊ฐ€ ์—†๋Š” ํ•œ, ๋ณธ ์‚ฌ์ดํŠธ์˜ ์ฝ˜ํ…์ธ ๋Š” Commons Attribution Share-Alike License v3.0 ๋˜๋Š” ๊ทธ ์ดํ›„ ๋ฒ„์ „์— ๋”ฐ๋ผ ์‚ฌ์šฉ์ด ํ—ˆ๊ฐ€๋ฉ๋‹ˆ๋‹ค.