« 雅虎中国决战搜索 一搜谢幕 门户/新闻退居二线 | Main | crontab 中关于日期精确定位的一个注意事项 »
November 11, 2005
[攻略] 制作自己的 alexa toolbar (IE 工具条)
|
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2005/11/11/000822.html http://windtear.net/archives/2005/11/11/000822.html 现在各种浏览器的工具条/toolbar特别多 alexa google sogou baidu 超级多的网站、公司都有自己的toolbar 推广过程中还有不少流氓软件的行径出现 而 alexa toolbar 是这一领域的先行者 alexa toolbar 提供了接口允许自己定制自己的toolbar 7号那天没事干 就定制了一个 简要介绍如下: 第一步,看帮助 http://pages.alexa.com/prod_serv/signup_logo_format.html 其实就是定制toolbar上的 logo 图片 有几个细节尺寸要求 比如高度必须是21象素 如下 Format: Gif Colors: 64 colors works best File Size: Maximim of 3K Dimensions: Height = 21 Pixels (must be exact) Width = 70 Pixels (maximum 130 pixels wide) 第二步,照猫画虎写xml http://cgi.alexa.com/associates/cgi-bin/signup.cgi 其实就是让alexa 知道生成你的toolbar需要的细节信息 这里需要注册一个 amazon Associate ID (注: alexa 是被 amazon/亚马逊 收购的子公司) <?xml version="1.0"?> <!-- Configuration file for the Branded Alexa Toolbar --> <!-- For more information, and to get your own toolbar, visit --> <!-- http://cgi.alexa.com/associates/cgi-bin/signup.cgi --> <Alexa> <AssociateID>wi-20</AssociateID> <Name>IPCN by windtear</Name> <LinkUrl>ipcn.org</LinkUrl> <ImageUrl>http://ipcn.org/toolbar.gif</ImageUrl> </Alexa> 第三步,生成定制好的 alexa toolbar 安装程序 我生成的是拿 ipcn 做logo的 下载路径: http://download.alexa.com/?amzn_id=wi-20 访问后给出一个toolbar下载链接 其实就是一个 400多K 的 AlexaInstaller_wi-20.exe 至此 定制的 alexa toolbar 已经制作完毕 可以下载安装使用了 |
Posted by windtear at November 11, 2005 5:55 PM