https://github.com/davideuler/chrome-page-aggregator
just a demo of chrome extension
https://github.com/davideuler/chrome-page-aggregator
Last synced: about 1 year ago
JSON representation
just a demo of chrome extension
- Host: GitHub
- URL: https://github.com/davideuler/chrome-page-aggregator
- Owner: davideuler
- Created: 2014-08-25T15:52:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T07:21:11.000Z (over 11 years ago)
- Last Synced: 2025-02-14T22:32:46.251Z (over 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
just a demo for chrome extension.
公司的日志写在dvbbs里面,每个人一个帖子,每天回复自己的帖子写日报,论坛里面查看dvbbs里面部门的日报不方便。
写了一个chrome插件,用来同时查看多个人的日志。 插件要在 inbbs已经登陆的情况下使用。
插件安装以后,工具栏会多出一个小猫的图标,要看的人员的日志URL列表地址可以在插件的选项中设置。一行一个 URL,每行以逗号分隔。 如:
http://inbbs.17u.com:8080/inbbs/dispbbs.asp?boardID=841&ID=41042&page=1,
http://inbbs.17u.com:8080/inbbs/dispbbs.asp?boardID=841&ID=33679&page=1,
http://inbbs.17u.com:8080/inbbs/dispbbs.asp?boardID=841&ID=41597&page=1
注意URL中要加上star=15,这样会找到帖子中最后一页的内容(因为15页比我们用到的页数都要长):
每个URL中的最后两条回复会被抽取出来,在插件中显示内容。