Chrome Auto Scroll
Automatically scroll a web page
Chrome Auto Scrollとは何ですか?
Chrome Auto ScrollはMichaelStandenによって開発されたChromeの拡張機能で、その主な機能は「Automatically scroll a web page」です。
拡張機能のスクリーンショット
Chrome Auto Scroll拡張機能のCRXファイルをダウンロード
Chrome Auto Scroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click a button and watch your web page slowly scroll to the button. Allows for a seamless viewing experience without the need to scroll manually. Adjustable scroll speed to ensure the right experience whether your scrolling images, links or walls of text. 拡張機能の基本情報
| 名前 | |
| ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
| 公式URL | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
| 説明 | Automatically scroll a web page |
| ファイルサイズ | 10.18 KB |
| インストール数 | 3,053 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2015-11-22 |
| 公開日 | 2015-11-22 |
| 評価 | 2.57/5 合計 14 レビュー |
| 開発者 | MichaelStanden |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome Auto Scroll",
"description": "Automatically scroll a web page",
"version": "1.0",
"author": "Michael Standen",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"64": "img\/icon64.png",
"128": "img\/icon128.png"
},
"page_action": {
"default_icon": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"64": "img\/icon64.png",
"128": "img\/icon128.png"
},
"default_title": "Auto Scroll (OFF)"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"permissions": [
"activeTab",
"storage"
],
"options_page": "options.html"
} | |