Stop Smooth Scrolling
Stop smooth scrolling
Stop Smooth Scrollingとは何ですか?
Stop Smooth ScrollingはGea-Suan Linによって開発されたChromeの拡張機能で、その主な機能は「Stop smooth scrolling」です。
拡張機能のスクリーンショット
Stop Smooth Scrolling拡張機能のCRXファイルをダウンロード
Stop Smooth Scrolling拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stop smooth scrolling. You disabled smooth scrolling, and website emulates with god damn JavaScript. We can stop it. GitHub: https://github.com/gslin/stop-smooth-scrolling
拡張機能の基本情報
名前 | Stop Smooth Scrolling |
ID | dolloijeimbmocbhcjglaobngibnhfij |
公式URL | https://chromewebstore.google.com/detail/stop-smooth-scrolling/dolloijeimbmocbhcjglaobngibnhfij |
説明 | Stop smooth scrolling |
ファイルサイズ | 70.81 KB |
インストール数 | 518 |
現在のバージョン | 0.2018.1017.2 |
最終更新日 | 2018-10-17 |
公開日 | 2018-10-17 |
評価 | 4.39/5 合計 33 レビュー |
開発者 | Gea-Suan Lin |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gslin/stop-smooth-scrolling |
プライバシーポリシーページのURL | https://wiki.gslin.org/wiki/Google_Web_Store/Privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Smooth Scrolling", "version": "0.2018.1017.2", "description": "Stop smooth scrolling", "icons": { "128": "mouse_wheel-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content.js" ], "run_at": "document_start" } ], "options_page": "src\/options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |