Fast Scroll To Top
Scrolls instantly to top.
Fast Scroll To Topとは何ですか?
Fast Scroll To TopはGuidoによって開発されたChromeの拡張機能で、その主な機能は「Scrolls instantly to top.」です。
拡張機能のスクリーンショット
Fast Scroll To Top拡張機能のCRXファイルをダウンロード
Fast Scroll To Top拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Scroll to top instantly. Just click on the icon. Absolutely lean implementation. Does not come with any CSS. Does not get injected before clicking. Does not need any configuration. Does not include any adware. Does not scroll slowly. Does not overlay your content. Just works! Enjoy the extension. Ratings are welcome!
拡張機能の基本情報
名前 | Fast Scroll To Top |
ID | kphhbalcjpamoncjlnnhlajngdfmpafl |
公式URL | https://chromewebstore.google.com/detail/fast-scroll-to-top/kphhbalcjpamoncjlnnhlajngdfmpafl |
説明 | Scrolls instantly to top. |
ファイルサイズ | 4.95 KB |
インストール数 | 282 |
現在のバージョン | 1.2 |
最終更新日 | 2014-06-21 |
公開日 | 2014-06-21 |
評価 | 4.44/5 合計 9 レビュー |
開発者 | Guido |
支払い方法 | free |
ヘルプページのURL | https://github.com/guido4000/FastScrollToTop |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Scroll To Top", "version": "1.2", "author": "Guido Hoermann", "short_name": "FastScrollToTop", "description": "Scrolls instantly to top.", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Scroll up" }, "permissions": [ "activeTab" ] } |