Pull down reloader
This extension adds the possibility to reload any page by pulling the page down on any touch device.
什麼是Pull down reloader?
Pull down reloader是由Magnus Svensson開發的Chrome擴展程式,該擴展的主要功能是“This extension adds the possibility to reload any page by pulling the page down on any touch device.”。
擴展截圖
下載Pull down reloader擴展crx文件
下載Pull down reloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Pull down reloader |
ID | bkdocjlkniembejdhcgfgajhiagindlp |
官方網址 | https://chromewebstore.google.com/detail/pull-down-reloader/bkdocjlkniembejdhcgfgajhiagindlp |
簡介 | This extension adds the possibility to reload any page by pulling the page down on any touch device. |
檔案大小 | 6.68 KB |
安裝次數 | 148 |
目前版本 | 1.1 |
更新時間 | 2016-01-18 |
上架時間 | 2016-01-18 |
評分 | 4.09/5 共 11 次評分 |
開發者 | Magnus Svensson |
付費類型 | free |
支援的語言 | 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" ] } |