firefox插件平台构想


1.基本类似greasemonkey + firefox插件管理平台
/*** refactor_net
@author_email      [email protected]
@name           NETTBYAGENT
@version        1
@aim_site       douban.com
@include        http://www.nettby.no*(正则)
@brief          不换行的一句话描述
*/

2.整合插件提供服务
可以在线浏览 各自插件
可以订阅各网站插件的新通知(这本身是一个默认安装的插件)

3.提供一些额外的api

1.网络时间

2.类似gmail的提示(一个队列,每秒check一次)

3.简单的js数据库orm抽象层,需要写一个Js的序列化函数
类似一个字典
DB.get("xxx")//返回值
DB.set("xxx","xxx")//可以是字符串,日期,数字,函数,以及他们组成的数组(注意,还有数组的数组)



你可能感兴趣的:(.net,orm,Gmail,firefox)