本文介绍了如何直接修改Google Chrome扩展程序文件? (的.crx)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不确定这些扩展名是哪种语言,我认为它们是用Html,Javascript或JSON编写的。据我所知,它们被压缩在.CRX文件中。



可以直接修改Chrome扩展的html,js,json他们使用的语言)?

解决方案

我在Google搜索它,发现这个:


I'm not sure in which languages those extensions are, I think the are written in Html, Javascript or JSON. As far as I know they are "compressed" in a .CRX file.

It is possible to directly modify the html, js, json of a Chrome Extension (or whatever language they use)?

解决方案

I searched it in Google and I found this:

这篇关于如何直接修改Google Chrome扩展程序文件? (的.crx)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 20:57