Scrollr
Scroll a whole page with one click.
Wat is Scrollr?
Scrollr is een Chrome-extensie ontwikkeld door Zauce Tech, en de belangrijkste functie is "Scroll a whole page with one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Scrollr
Download Scrollr-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
Perfect for reading articles or scanning through pages hands-free!
Basisinformatie over de Extensie
Naam | Scrollr |
ID | kmjljfbdjnjbjhfadcnmldhnkklbldng |
Officiële URL | https://chromewebstore.google.com/detail/scrollr/kmjljfbdjnjbjhfadcnmldhnkklbldng |
Beschrijving | Scroll a whole page with one click. |
Bestandsgrootte | 134 KB |
Aantal Installaties | 1,529 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2013-07-26 |
Publicatiedatum | 2013-07-25 |
Beoordeling | 3.93/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Zauce Tech |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrollr", "version": "1.0.4", "description": "Scroll a whole page with one click.", "permissions": [ "activeTab" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "scrollr-128.png", "default_title": "Scrollr" }, "icons": { "16": "scrollr-16.png", "48": "scrollr-48.png", "128": "scrollr-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |