SelfScroll
This extension allow to automatically scroll the page. Suitable for monitors and kiosks.
SelfScrollとは何ですか?
SelfScrollはhttps://zerobug.itによって開発されたChromeの拡張機能で、その主な機能は「This extension allow to automatically scroll the page. Suitable for monitors and kiosks.」です。
拡張機能のスクリーンショット
SelfScroll拡張機能のCRXファイルをダウンロード
SelfScroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allow to automatically scroll the page. Suitable for monitors and kiosks. Buy me a coffe :D Litecoin: MC8PtUhSL2iJCx5GWrisPZPpgiFE56ejyc Paypal: https://www.paypal.me/ZeroBug
拡張機能の基本情報
名前 | SelfScroll |
ID | lofkbkbhpmeihoaogggfbhmjdekjihlf |
公式URL | https://chromewebstore.google.com/detail/selfscroll/lofkbkbhpmeihoaogggfbhmjdekjihlf |
説明 | This extension allow to automatically scroll the page. Suitable for monitors and kiosks. |
ファイルサイズ | 132 KB |
インストール数 | 1,476 |
現在のバージョン | 1.4 |
最終更新日 | 2018-11-13 |
公開日 | 2018-11-13 |
評価 | 4.40/5 合計 5 レビュー |
開発者 | https://zerobug.it |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://zerobug.it/ |
対応言語 | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SelfScroll", "version": "1.4", "description": "This extension allow to automatically scroll the page. Suitable for monitors and kiosks.", "default_locale": "en", "icons": { "16": ".\/icons\/selfscroll_16.png", "48": ".\/icons\/selfscroll_48.png", "128": ".\/icons\/selfscroll_128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "selfscroll_script.js" ] } ], "options_ui": { "page": "selfscroll_options.html", "chrome_style": true }, "background": { "scripts": [ "selfscroll_background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/icons\/selfscroll.png", "default_title": "SelfScroll" }, "manifest_version": 2 } |