Back to Top
Scroll to the top of the page. No animation. Minimal memory usage.
Back to Topとは何ですか?
Back to TopはOzawa Masayukiによって開発されたChromeの拡張機能で、その主な機能は「Scroll to the top of the page. No animation. Minimal memory usage.」です。
拡張機能のスクリーンショット
Back to Top拡張機能のCRXファイルをダウンロード
Back to Top拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Scroll to the top of the web page of the active tab. No animation. Minimal memory usage. Free and open sourced.
拡張機能の基本情報
名前 | Back to Top |
ID | cakpkhmdkkigjljpchpblmfkjgkacbco |
公式URL | https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco |
説明 | Scroll to the top of the page. No animation. Minimal memory usage. |
ファイルサイズ | 4.09 KB |
インストール数 | 54 |
現在のバージョン | 1.0 |
最終更新日 | 2020-11-22 |
公開日 | 2017-08-10 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Ozawa Masayuki |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ozami/back-to-top |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Back to Top", "description": "Scroll to the top of the page. No animation. Minimal memory usage.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "32": "icon.png" } } } |