这是一个Chrome插件,在新标签页查看开源中国软件更新资讯,搜索页面、GitHub 趋势榜、linux 命令索引,技术文档导航(web版),浏览历史记录,时钟页面。

商店安装

Chrome 网上商店 搜索 oscnews 安装,或者直接下载 crx 文件 安装,打开 chrome://extensions 将 crx 拖拽到扩展列表中安装。

开源中国下载 oscnews.crx 文件
Github下载 oscnews.crx 文件

网址导航

任务清单

兼容FireFox

只需要安装 Chrome Store Foxified 扩展,就能直接在 Firefox 里安装 Chrome 扩展,不过,还是需要先登录 https://addons.mozilla.org/ 然后就可以打开 Chrome 网上商店 里的 oscnews 。点击 ADD TO FIREFOX 后,Chrome Store Foxified 就在后台工作了,最终会在 addons 里提交一个临时扩展,并且安装在你的 Firefox 里。

Github下载 oscnews.xpi 文件

下载 xpi 文件,将 xpi 文件拖拽到扩展列表中安装。

开发模式安装

下载源文件

git clone https://github.com/jaywcjlove/oscnews.git --depth=1 --recurse-submodules
# 开源中国仓库
git clone https://gitee.com/jaywcjlove/oscnews.git --depth=1 --recurse-submodules

安装依赖

npm install 

编译源码

npm run build

下载编译之后,在 Chrome 浏览器地址栏输入 chrome://extensions 打开插件界面,通过下图方式,将生成的 oscnews 目录,导入到插件列表中。

应用商店生成 crx 文件

- https://clients2.google.com/service/update2/crx?response=redirect&x=id%3D<这里是扩展ID>%26uc&prodversion=32
+ https://clients2.google.com/service/update2/crx?response=redirect&x=id%3Diheapfheanfjcemgneblljhaebonakbg%26uc&prodversion=32

Mac系统下扩展的源码目录

cd ~/Library/Application\ Support/Google/Chrome/Default/Extensions

TODO

License

The MIT License (MIT)