7-Zip

1、获得扩展的id

打开扩展的页面,在地址栏看到该扩展的地址:

https://chrome.google.com/webstore/detail/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

则地址最后的32位字符串“xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”就是扩展的id。
如扩展“Google+1 按钮”的地址为:“https://chrome.google.com/webstore/detail/jgoepmocgafhnchmokaimcmlojpnlkhp”
则扩展“Google+1 按钮”的id即:jgoepmocgafhnchmokaimcmlojpnlkhp

2、获得扩展crx文件地址
crx文件地址格式为:
“http://clients2.google.com/service/update2/crx?response=redirect&x=id%3D"+“id”+"%26uc%26lang%3Den-US&prod=chrome“


如“Google+1 按钮”的crx文件地址即:“http://clients2.google.com/service/update2/crx?response=redirect&x=id%3Djgoepmocgafhnchmokaimcmlojpnlkhp%26uc%26lang%3Den-US&prod=chrome”

3、开始下载
把crx文件地址粘贴到非Chrome内核的浏览器中开始下载!

Opera 22.0 便携版下载: http://download.csdn.net/detail/henyue/7657363
CXF视频教程: www.656463.com/video/bIrEN3.htm#theUrl

Crx4Chrome: https://www.crx4chrome.com
油猴脚本站: https://greasyfork.org/zh-CN/scripts

猜你喜欢

转载自henyue.iteye.com/blog/1428126