goTOP
The easier way to scroll web page to the top.
goTOPคืออะไร?
goTOP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Felipe Beline และคุณลักษณะหลักของมันคือ "The easier way to scroll web page to the top."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย goTOP
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |