Scroll to Top - one press to the top
An easy way to take a page back to its top
Scroll to Top - one press to the topคืออะไร?
Scroll to Top - one press to the top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lx223 และคุณลักษณะหลักของมันคือ "An easy way to take a page back to its top"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scroll to Top - one press to the top
ดาวน์โหลดไฟล์ส่วนขยาย Scroll to Top - one press to the top ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are there times that after you read a really long post, you just have to go through the trouble of scrolling all the way to the top of the page? Have you ever imagined a simple click on a button that takes you to the top for every page? Here comes the easy-to-use Chrome extension that just does this fantastically. One press and it takes you to the top. It automatically finds out whether the current page can be scrolled up by the extension. If it is grey, it means either the page is already near its top or the page does not allow extension scrolling. If it is green, one click, it does all the magic for you. Simple and easy! You can also use Command+Shift+Z on Mac or Ctrl+Shift+Z on others as shortcuts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Scroll to Top - one press to the top |
ID | hhoboiondmldfnjfegfahmbdodjpkhab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scroll-to-top-one-press-t/hhoboiondmldfnjfegfahmbdodjpkhab |
คำอธิบาย | An easy way to take a page back to its top |
ขนาดไฟล์ | 46.82 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.3.1 |
อัปเดตครั้งล่าสุด | 2015-10-14 |
วันที่เผยแพร่ | 2015-10-14 |
ผู้พัฒนา | lx223 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/lx223/scoll-to-top-chrome-extensioin |
URL หน้าช่วยเหลือ | https://github.com/lx223/scoll-to-top-chrome-extensioin/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to Top - one press to the top", "short_name": "Scroll to Top", "description": "An easy way to take a page back to its top", "version": "0.3.1", "minimum_chrome_version": "26", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon38_inactive.png", "default_title": "Scroll to top" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Z", "mac": "Command+Shift+Z" } } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "permissions": [ "activeTab", "tabs", " |