Pull down reloader
This extension adds the possibility to reload any page by pulling the page down on any touch device.
Qu'est-ce que Pull down reloader ?
Pull down reloader est une extension Chrome développée par Magnus Svensson, et sa fonction principale est "This extension adds the possibility to reload any page by pulling the page down on any touch device.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pull down reloader
Téléchargez les fichiers d'extension Pull down reloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pull down reloader |
ID | bkdocjlkniembejdhcgfgajhiagindlp |
URL Officiel | https://chromewebstore.google.com/detail/pull-down-reloader/bkdocjlkniembejdhcgfgajhiagindlp |
Description | This extension adds the possibility to reload any page by pulling the page down on any touch device. |
Taille du Fichier | 6.68 KB |
Nombre d'Installations | 148 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-01-18 |
Date de Publication | 2016-01-18 |
Évaluation | 4.09/5 Total 11 Évaluations |
Développeur | Magnus Svensson |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |