기타

[확장프로그램] INK 문자 자동 변환기 갠홈에서도 적용되게 만들기

<span class="sv_member">니루</span>
니루 @tabom0w0
2026-05-25 16:56

INK 문자 자동 변환기


  manifest.json 파일을 열고 content_scripts 설정 부분에 아래와 같이 "all_frames": true를 추가  

{
"matches": ["<all_urls>"],
"js": ["content.js"],
(중략),
"all_frames": true
}



  수정 후 확장프로그램 관리 페이지(chrome://extensions)에 다시 업로드하고 새로고침하기  

댓글목록

등록된 댓글이 없습니다.