Pull down reloader
This extension adds the possibility to reload any page by pulling the page down on any touch device.
Wat is Pull down reloader?
Pull down reloader is een Chrome-extensie ontwikkeld door Magnus Svensson, en de belangrijkste functie is "This extension adds the possibility to reload any page by pulling the page down on any touch device.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pull down reloader
Download Pull down reloader-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
Pull down reloader was created to increase touch gesture compatabilty in chrome for touch devices. This extension adds the posibility to drag any page downwards with touch-input to reveal a refresh-orb. When dragging the orb downwards until it starts emitting a blue glow, the current webpage will completely reload upon touch release.
Basisinformatie over de Extensie
Naam | Pull down reloader |
ID | bkdocjlkniembejdhcgfgajhiagindlp |
Officiële URL | https://chromewebstore.google.com/detail/pull-down-reloader/bkdocjlkniembejdhcgfgajhiagindlp |
Beschrijving | This extension adds the possibility to reload any page by pulling the page down on any touch device. |
Bestandsgrootte | 6.68 KB |
Aantal Installaties | 148 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-01-18 |
Publicatiedatum | 2016-01-18 |
Beoordeling | 4.09/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Magnus Svensson |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pull down reloader", "short_name": "PullReloader", "author": "Magnus Svensson", "description": "This extension adds the possibility to reload any page by pulling the page down on any touch device.", "version": "1.1", "permissions": [ "activeTab" ], "icons": { "16": "img\/pullDownReloadSymbol.png", "48": "img\/pullDownReloadSymbol.png", "128": "img\/pullDownReloadSymbol.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/pullDownReloader.css" ], "js": [ "js\/pullDownReloader.js" ] } ], "web_accessible_resources": [ "img\/pullDownReloadSymbol.png" ] } |