文件名称:want-my-rss:Firefox的RSS功能
文件大小:584KB
文件格式:ZIP
更新时间:2024-02-26 01:48:15
rss firefox extension feed FirefoxTypeScript
想要我的RSS Firefox扩展,可恢复Firefox放弃的RSS功能。 功能包括: 如果Feed链接可用,则在网址栏中显示指示器 显示带有RSS供稿的预览页 订阅按钮 键盘导航,上一篇文章使用←| j,下一篇文章使用→| k 添加提要阅读器 如果要添加所选的供稿阅读器,请参见 您也可以在扩展程序的首选项中添加首选阅读器。 贡献 欢迎捐款。 填写问题,提出问题! 变更日志 0.19 技术员罗曼 技术发布 0.18 黄砖质量 使用相对URL修复rss内容 0.17 斯蒂格来营救 修复未转义的订阅网址(通过 ) 0.16 艾伦·休斯顿(Alan Hewston)至关重要 修复Noosh
【文件预览】:
want-my-rss-master
----testdata()
--------broken.rss(1KB)
--------index.html(560B)
--------loose-atom.xml(97KB)
----package.json(650B)
----.github()
--------workflows()
----Readme.md(3KB)
----LICENSE(2KB)
----package-lock.json(262KB)
----testfeeds.txt(118B)
----makefile(353B)
----tsconfig.json(560B)
----ext()
--------background.html(165B)
--------options.html(379B)
--------fonts()
--------popup.html(839B)
--------manifest.json(985B)
--------icons()
--------options.css(1007B)
--------show.css(7KB)
--------subscribeButton.css(1KB)
--------show.html(414B)
--------providers-icons()
----.gitignore(42B)
----ts()
--------options.ts(8KB)
--------utils.ts(3KB)
--------background.ts(284B)
--------rssDataType.ts(347B)
--------show.ts(15KB)
--------feedReaders.ts(2KB)
--------pageReturnType.ts(132B)
--------relativeDate.ts(2KB)
--------sortings.ts(928B)
--------pageActionHandler.ts(1KB)
--------interceptRequest.ts(4KB)
--------themeType.ts(102B)
--------theme.ts(799B)
--------popup.ts(2KB)
--------subscribeButton.ts(3KB)
--------page.ts(651B)
--------storage.ts(4KB)
----.prettierrc.js(109B)