Auto Scroller
Simple auto scroller
Auto Scrollerとは何ですか?
Auto ScrollerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Simple auto scroller」です。
拡張機能のスクリーンショット
Auto Scroller拡張機能のCRXファイルをダウンロード
Auto Scroller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An auto scroller for dynamically generated content. It allows you to scroll to the bottom of the page or to its beginning. 拡張機能の基本情報
| 名前 | |
| ID | opedpelkjlecfdlbebaggfdajbknjpjk |
| 公式URL | https://chromewebstore.google.com/detail/auto-scroller/opedpelkjlecfdlbebaggfdajbknjpjk |
| 説明 | Simple auto scroller |
| ファイルサイズ | 15.21 KB |
| インストール数 | 106 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2022-03-21 |
| 公開日 | 2022-03-21 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | Unknown |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Scroller",
"description": "Simple auto scroller",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/kibana.png",
"32": "\/images\/kibana.png",
"48": "\/images\/kibana.png",
"128": "\/images\/kibana.png"
}
},
"icons": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
} | |