Scroll Button
Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .
Scroll Buttonとは何ですか?
Scroll Buttonはhttps://tejji.comによって開発されたChromeの拡張機能で、その主な機能は「Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .」です。
拡張機能のスクリーンショット
Scroll Button拡張機能のCRXファイルをダウンロード
Scroll Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning. Here is what you can do with this extension... 1. Click on a button to scroll to top or scroll to bottom 2. Drag and position the scroll button whereever you like 3. Resize if you think the button is occupying lot of space 4. Disable it if you don't want it on your screen 5. The same scroll options are available via context menu (right click menu) 6. Remove it from context menu if you don't want it there 7. Reset it to original position after lot of fiddling :) Bloggers and web readers can make most use of this extension as they keep reading a lot. Options are available via... Right click on any page --> Click Scroll Button --> Click Options OR Tools --> Extensions --> Scroll Button --> Click Options link More extensions at http://tejji.com/browser/chrome/extensions/ Thanks, http://tejji.com v1.2 - 2018-09-14 - Updated to comply to Chrome Web Store policies Note: this does not work on chrome.google.com by design
拡張機能の基本情報
名前 | Scroll Button |
ID | fbkobdcckhcgleanepepnfaficicaogg |
公式URL | https://chromewebstore.google.com/detail/scroll-button/fbkobdcckhcgleanepepnfaficicaogg |
説明 | Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning . |
ファイルサイズ | 112 KB |
インストール数 | 4,133 |
現在のバージョン | 1.2 |
最終更新日 | 2018-09-14 |
公開日 | 2018-09-14 |
評価 | 3.72/5 合計 174 レビュー |
開発者 | https://tejji.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://tejji.com/ |
ヘルプページのURL | http://tejji.com/contactus.aspx |
プライバシーポリシーページのURL | https://tejji.com/privacy.aspx |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll Button", "version": "1.2", "description": "Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .", "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "background.htm" }, "options_page": "options.htm", "permissions": [ "contextMenus", "unlimitedStorage" ], "web_accessible_resources": [ "js\/jquery.min.js", "js\/jquery-ui.min.js", "js\/jquery.idle-timer.js", "js\/scroll-button.js", "css\/jquery-ui.css", "img\/content\/bottom-arrow.png", "img\/content\/top-arrow.png" ], "content_scripts": [ { "matches": [ " |