Although Google announced that it would add RSS support to chrome at the end of last year, so far (4.0.237.0) Chrome still has no RSS function.Two bookmarkletUsed to check the RSS and preview/Subscribe RSS on the page respectively. After yesterday's video download script, I wrote an RSS tool for chrome. The main functions include:
- The system automatically detects the RSS link on the page. A translucent RSS icon is displayed in the upper right corner, linking to Google Reader Lite to preview RSS.
- Modified the layout of Google Reader lite and added the subscription link. Now Google Reader, fresh fruit, prawns, and Netease youdao are supported.
- If the current page is RSS/atom XML, it is automatically forwarded to Google Reader Lite for preview. Of course, there are subscription links;
Modified Google Reader lite preview page:
You have not uploaded the file to userscript.org. you can install the file on my blog. For more information about how to install the user script, see Gu AO.
Takeaway:
The RSS icon is found on iconfinder. this site is quite practical. You can search for icons Based on keywords and filter by size. in the user script, you can encode the image into base64 characters and write it to the script. You do not need to get it from the server every time. I use this online base64 encoding site to encode the uploaded files.
Probably because it is still under development, the current version of the user script on the chrome Extension Management Interface is always 1.0, No matter what version you declare in the script. therefore, you cannot reload the new version. You need to uninstall it and reinstall it.