Auto Scroll Down
Customizable auto scroll web pages
什麼是Auto Scroll Down?
Auto Scroll Down是由fernandapg82開發的Chrome擴展程式,該擴展的主要功能是“Customizable auto scroll web pages”。
擴展截圖
下載Auto Scroll Down擴展crx文件
下載Auto Scroll Down擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A speed-customizable auto-scroll Google Chrome extension. It allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast. 擴展基本資訊
| 名稱 | |
| ID | lnagemjinihjlbhmohaaacdflafjdkmm |
| 官方網址 | https://chromewebstore.google.com/detail/auto-scroll-down/lnagemjinihjlbhmohaaacdflafjdkmm |
| 簡介 | Customizable auto scroll web pages |
| 檔案大小 | 8.05 KB |
| 安裝次數 | 951 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2023-05-10 |
| 上架時間 | 2023-05-09 |
| 評分 | 4.00/5 共 4 次評分 |
| 開發者 | fernandapg82 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/FP22FD/auto-scroll-down-chrome-extension |
| 說明頁面URL | https://github.com/FP22FD/auto-scroll-down-chrome-extension |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Auto Scroll Down",
"version": "0.0.1",
"description": "Customizable auto scroll web pages",
"icons": {
"48": "icons\/autoscroll.png",
"128": "icons\/autoscroll.png"
},
"background": {
"service_worker": "js\/service_worker.js",
"type": "module"
},
"action": {
"default_icon": {
"48": "icons\/autoscroll.png",
"128": "icons\/autoscroll.png"
}
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "Command+B"
}
}
},
"options_page": "options\/options.html"
} | |