Scroll UP
Scroll UP to the top of the page.
Scroll UPとは何ですか?
Scroll UPはSameer N Mirajによって開発されたChromeの拡張機能で、その主な機能は「Scroll UP to the top of the page.」です。
拡張機能のスクリーンショット
Scroll UP拡張機能のCRXファイルをダウンロード
Scroll UP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.
拡張機能の基本情報
名前 | Scroll UP |
ID | nikifllafkofdicjhldgiophmodkhpia |
公式URL | https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia |
説明 | Scroll UP to the top of the page. |
ファイルサイズ | 99.1 KB |
インストール数 | 116 |
現在のバージョン | 0.0.2 |
最終更新日 | 2014-06-03 |
公開日 | 2014-06-03 |
評価 | 3.50/5 合計 6 レビュー |
開発者 | Sameer N Miraj |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sf-advanced-code-searcher.web.app |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll UP", "version": "0.0.2", "manifest_version": 2, "description": "Scroll UP to the top of the page.", "author": "Sameer N Miraj", "icons": { "48": "Document-icon.png", "128": "Document-icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "image\/*.png" ] } |