Scroll Master
Your scroller with more control.
Scroll Masterคืออะไร?
Scroll Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ziyu.app และคุณลักษณะหลักของมันคือ "Your scroller with more control."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scroll Master
ดาวน์โหลดไฟล์ส่วนขยาย Scroll Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mhalmopmocdbokhgdbooincjafblpjnb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/scroll-master/mhalmopmocdbokhgdbooincjafblpjnb |
คำอธิบาย | Your scroller with more control. |
ขนาดไฟล์ | 310 KB |
จำนวนการติดตั้ง | 324 |
เวอร์ชันปัจจุบัน | 0.0.13 |
อัปเดตครั้งล่าสุด | 2015-09-21 |
วันที่เผยแพร่ | 2015-09-21 |
คะแนน | 3.86/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | ziyu.app |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.13", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/compiled.js" ], "css": [ "styles\/contentscript.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "template.html", "fonts\/*" ], "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |