๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
JavaScript/Vanila

[Chrome Extension] ๊ตฌ๊ธ€ ๋”ฅ๋‹ค์ด๋ธŒ ํฌ๋กฌ ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ ์ œ์ž‘๊ธฐ

by ๐Ÿณ Laboon 2024. 8. 7.

๊ตฌ๊ธ€ ํฌ๋กฌ ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ์„ ์ œ์ž‘ํ•˜์ž.

 

๋‚˜๋Š” ์ด๊ฑธ ์™œ ๋งŒ๋“ค์—ˆ์„๊นŒ?
๊ตฌ๋ฆ„ ํ’€์Šคํƒ ๊ณผ์ • 10๊ธฐ๋ฅผ ์ฐธ์—ฌํ•˜๋ฉด์„œ ๊ฐ•์˜ ๋ฆฌ์ŠคํŠธ ์ค‘ ์ค‘๋ณต๋˜๋Š” ๊ฐ•์ขŒ๊ฐ€ ์žˆ์—ˆ๋‹ค.
์ค‘๋ณต๋˜๋Š” ๊ฐ•์ขŒ๋ฅผ ์‹๋ณ„ํ•˜๊ธฐ ์œ„ํ•ด์„œ ๋งŒ๋“ค์–ด๋ดค๋‹ค.


Result

์ค‘๋ณต๋˜์ง€ ์•Š๋Š” ๋ถ€๋ถ„
์ค‘๋ณต๋˜๋Š” ๋ถ€๋ถ„


How?

์šฐ์„  docs๋ฅผ ์ฐพ์•„๋ด์•ผํ•œ๋‹ค.

https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world?hl=ko

์—ฌ๊ธฐ์„œ ์ž˜ ์„ค๋ช…๋˜์–ด์žˆ๋‹ค.

์š”์•ฝํ•ด๋ณด์ž

manifest.json ์ด๋ผ๋Š” ํŒŒ์ผ๊ณผ

background.js, ๊ทธ๋ฆฌ๊ณ  ๋™์ž‘์„ ํ•  js๋“ค์ด ํ•„์š”ํ•˜๋‹ค.

 

์ž์„ธํ•œ ์ฝ”๋“œ๋Š” git์— ์ž‘์„ฑํ•ด๋‘์—ˆ๋‹ค.

์ด์ œ ๋ฆฌํŒฉํ† ๋ง์„ ํ•ด๋ณด์ž.

https://github.com/groom-study-team1-project/chrome-extension

 

GitHub - groom-study-team1-project/chrome-extension

Contribute to groom-study-team1-project/chrome-extension development by creating an account on GitHub.

github.com