프로그래밍/Javascript
크롬 익스텐션 개발 참고용 자료
dapucita
2020. 11. 18. 19:34
크롬 익스텐션과 관련된 글들을 모아봤습니다.
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
크롬 확장프로그램 개발 – Captain Pangyo
manifest.json 파일의 js 속성을 위처럼 jquery.js, content_script.js 로 지정하면 content_script 에서 $ 연산자 사용이 가능하고, ajax 콜도 가능하다.
joshuajangblog.wordpress.com