Auto Scroll
Auto Scroll. Google Reader works!
What is Auto Scroll?
Auto Scroll is a Chrome extension developed by https://dekuyou.ddo.jp/knowledge, and its main feature is "Auto Scroll. Google Reader works!".
Extension Screenshots
Download Auto Scroll Extension CRX File
Download Auto Scroll 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
Auto Scroll. 3 speed. There's an icon which can set the speed of scrolling. You can set none,1,2 or 3 as the speed. All this program does is scroll down(does not scroll up) automatically based on speed. To activate simply click the icon. Click again to change speed. page click or Key Down to stop by. Google Reader works!(v0.1.1.0) v0.2.3 manifest version 2 support Twitter hashtags is #dekuyoucrx
Extension Basic Information
Name | Auto Scroll |
ID | eochlhpceohhhfogfeladaifggikcjhk |
Official URL | https://chromewebstore.google.com/detail/auto-scroll/eochlhpceohhhfogfeladaifggikcjhk |
Description | Auto Scroll. Google Reader works! |
File Size | 88.89 KB |
Installation Count | 7,013 |
Current Version | 0.2.3 |
Last Updated | 2012-08-22 |
Publish Date | 2012-08-22 |
Rating | 3.04/5 Total 99 Ratings |
Developer | https://dekuyou.ddo.jp/knowledge |
Payment Type | free |
Extension Website | http://dekuyou.ddo.jp/knowledge/?chrome/extensions |
Help Page URL | http://twitter.com/dekuyou |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Scroll", "version": "0.2.3", "description": "Auto Scroll. Google Reader works!", "icons": { "48": "autoscroll.png", "128": "autoscroll.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_title": "", "default_icon": "autoscroll.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jp_ddo_dekuyou_autoscroll.js" ] } ] } |