Auto Scroll
Auto Scroll. Google Reader works!
Wat is Auto Scroll?
Auto Scroll is een Chrome-extensie ontwikkeld door https://dekuyou.ddo.jp/knowledge, en de belangrijkste functie is "Auto Scroll. Google Reader works!".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Scroll
Download Auto Scroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Auto Scroll |
ID | eochlhpceohhhfogfeladaifggikcjhk |
Officiële URL | https://chromewebstore.google.com/detail/auto-scroll/eochlhpceohhhfogfeladaifggikcjhk |
Beschrijving | Auto Scroll. Google Reader works! |
Bestandsgrootte | 88.89 KB |
Aantal Installaties | 7,013 |
Huidige Versie | 0.2.3 |
Laatst Bijgewerkt | 2012-08-22 |
Publicatiedatum | 2012-08-22 |
Beoordeling | 3.04/5 Totaal 99 Beoordelingen |
Ontwikkelaar | https://dekuyou.ddo.jp/knowledge |
Betalingswijze | free |
Extensiewebsite | http://dekuyou.ddo.jp/knowledge/?chrome/extensions |
Help Pagina-URL | http://twitter.com/dekuyou |
Ondersteunde Talen | 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" ] } ] } |