goTOP
The easier way to scroll web page to the top.
什麼是goTOP?
goTOP是由Felipe Beline開發的Chrome擴展程式,該擴展的主要功能是“The easier way to scroll web page to the top.”。
擴展截圖
下載goTOP擴展crx文件
下載goTOP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
goTOP adiciona um botão no canto superior da tela que quando clicado sobe a pagina para o topo.Facilitando na utilização de páginas com grande quantidade de conteúdo.
擴展基本資訊
名稱 | |
ID | ekpjfhgkkihelhidjbmjojlgmkokdolb |
官方網址 | https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb |
簡介 | The easier way to scroll web page to the top. |
檔案大小 | 60.3 KB |
安裝次數 | 12 |
目前版本 | 0.0.7 |
更新時間 | 2014-01-12 |
上架時間 | 2014-01-12 |
評分 | 4.33/5 共 3 次評分 |
開發者 | Felipe Beline |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "goTOP", "version": "0.0.7", "manifest_version": 2, "description": "The easier way to scroll web page to the top.", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery-migrate-1.2.1.min.js", "js\/jquery-1.10.1.min.js" ] } ], "web_accessible_resources": [ "images\/arrow.png" ] } |