본문 바로가기

프로그래밍/Javascript

크롬 익스텐션 개발 참고용 자료

크롬 익스텐션과 관련된 글들을 모아봤습니다.

 

https://crxextractor.com/

 

Get .CRX Chrome Extension file, it's source code and download .CRX to your computer.

Turn any Chrome extension into white box. Learn from code, debug and pentest it! Hey, stranger! 🌻 Take a look at the special page Just download chrome extension!. This article uncovers a number of extremely useful Chrome Extensions to download. There is

crxextractor.com

https://tidyline.gitbook.io/today-i-learned/etc/chromeextension

 

Chrome Extension 개발

 

tidyline.gitbook.io

https://joshuajangblog.wordpress.com/tag/%ED%81%AC%EB%A1%AC-%ED%99%95%EC%9E%A5%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8-%EA%B0%9C%EB%B0%9C/

 

크롬 확장프로그램 개발 – Captain Pangyo

manifest.json 파일의 js 속성을 위처럼 jquery.js, content_script.js 로 지정하면 content_script 에서 $ 연산자 사용이 가능하고, ajax 콜도 가능하다.

joshuajangblog.wordpress.com