Skip to content

Instantly share code, notes, and snippets.

@holys
Created October 24, 2012 09:57
Show Gist options
  • Save holys/3945254 to your computer and use it in GitHub Desktop.
Save holys/3945254 to your computer and use it in GitHub Desktop.
下载Chrome WebStore的扩展程序安装包,来自http://cooal.cn/crx.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<TITLE>Crx离线安装包下载</TITLE>
<style type="text/css">
body{background-image: url(/static/bg.gif);background-repeat:repeat-x;}
a{text-decoration:none; color:#333333}
.detect_table {border: 1px solid #C3E1EE;border-collapse: collapse;margin-top: 5px;width: 650px;}
</style>
</head>
<body>
<div align="center" style="margin-top:50px"><a href="http://cooal.cn/crx.php" title="CRX下载"><big>Chrome商店Crx离线安装包下载</big></a></div>
<div class="c" align="center" style="margin-top:20px">
<FORM METHOD=POST name="ipform">
<p>第一步:输入应用ID
<input type="text" name="ip" size="36" maxlength="96" title="输入需要应用ID" id="url" value="">
<input type="submit" value=" 生 成 " id="sub"><INPUT TYPE="hidden" name="action" value="2"></p>
</FORM>
<p>
第二步:<a href=https://clients2.google.com/service/update2/crx?response=redirect&x=id%3D183.63.159.113%26uc><font color=#bb0000>在这里右键另存为</font></a> 即可下载<br/></p>
</div>
<div align="center" style=" margin-top:50px"><p>&copy; Alyzq</p>
</div></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment