Google Reader Shortcut
Access Google Reader on Chrome within a snap
What is Google Reader Shortcut?
Google Reader Shortcut is a Chrome extension developed by Daniel R., and its main feature is "Access Google Reader on Chrome within a snap".
Extension Screenshots
Download Google Reader Shortcut Extension CRX File
Download Google Reader Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Open a new tab with Google Reader directly from the Chrome address bar. No notifications. No popups. This is not an official application.
Extension Basic Information
Name | |
ID | ejeahfpmbbjocjibdaknobaidkjolfkb |
Official URL | https://chrome.google.com/webstore/detail/google-reader-shortcut/ejeahfpmbbjocjibdaknobaidkjolfkb |
Description | Access Google Reader on Chrome within a snap |
File Size | 9.21 KB |
Installation Count | 38 |
Current Version | 1.5 |
Last Updated | 2012-07-05 |
Publish Date | 2012-07-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Daniel R. |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Reader Shortcut", "description": "Access Google Reader on Chrome within a snap", "version": "1.5", "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "icon_32x32.png", "default_title": "" }, "icons": { "16": "icon_16x16.png", "128": "icon_128x128.png" } } |