scrollUp!
Scroll to the top of the page with just one click
什麼是scrollUp!?
scrollUp!是由Dlinny開發的Chrome擴展程式,該擴展的主要功能是“Scroll to the top of the page with just one click”。
擴展截圖
下載scrollUp!擴展crx文件
下載scrollUp!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.
擴展基本資訊
名稱 | scrollUp! |
ID | caipjllpopoedfhbddpkedpbndkjimba |
官方網址 | https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba |
簡介 | Scroll to the top of the page with just one click |
檔案大小 | 14.6 KB |
安裝次數 | 28 |
目前版本 | 1.1 |
更新時間 | 2013-02-28 |
上架時間 | 2013-02-28 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Dlinny |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "scrollUp!", "version": "1.1", "description": "Scroll to the top of the page with just one click", "icons": { "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "extension.js" ] }, "permissions": [ "*:\/\/*\/*" ], "browser_action": { "default_title": "Scroll to top", "default_icon": "toolbar.png" } } |