Simple Auto Scroll
Simple speed-customizable auto scroll
什麼是Simple Auto Scroll?
Simple Auto Scroll是由xjpablobrx開發的Chrome擴展程式,該擴展的主要功能是“Simple speed-customizable auto scroll”。
擴展截圖
下載Simple Auto Scroll擴展crx文件
下載Simple Auto Scroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1. What is it? A speed-customizable auto-scroll Google Chrome extension. 2. Why? A lot of times I find myself reading long texfiles, and after a while, I kind of wish I could just read them as if they were a movie. I've tried with the mouse (middle click) thingy, but it's just not practical and adjusting the speed is very tricky - not to mention that a lot of times it's just too fast. 3. Features This extension allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast. A single click will stop the auto-scrolling. Note: Does not work in Google related websites.
擴展基本資訊
名稱 | |
ID | dccjkemhmffnljlnnoffljpkhkfpldff |
官方網址 | https://chrome.google.com/webstore/detail/simple-auto-scroll/dccjkemhmffnljlnnoffljpkhkfpldff |
簡介 | Simple speed-customizable auto scroll |
檔案大小 | 12.31 KB |
安裝次數 | 40,000 |
目前版本 | 0.1.4 |
更新時間 | 2018-12-17 |
上架時間 | 2018-12-17 |
評分 | 4.04/5 共 214 次評分 |
開發者 | xjpablobrx |
付費類型 | free |
擴展官網 | https://github.com/jpablobr/simple-auto-scroll |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Auto Scroll", "version": "0.1.4", "description": "Simple speed-customizable auto scroll", "icons": { "48": "icons\/autoscroll.png", "128": "icons\/autoscroll.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_title": "", "default_icon": "icons\/autoscroll.png" }, "permissions": [ "*:\/\/*\/*", "storage", " |