No more scroll jacking
This extension prevents scroll jacking whilst holding a meta key
No more scroll jackingとは何ですか?
No more scroll jackingはRemy Sharp / Left Logicによって開発されたChromeの拡張機能で、その主な機能は「This extension prevents scroll jacking whilst holding a meta key」です。
拡張機能のスクリーンショット
No more scroll jacking拡張機能のCRXファイルをダウンロード
No more scroll jacking拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hold down shift (or any other meta key, control, alt) whilst scrolling and scroll jacking will be disabled.
拡張機能の基本情報
名前 | |
ID | fpialmplgijjacabejjgheeifmfamjcd |
公式URL | https://chrome.google.com/webstore/detail/no-more-scroll-jacking/fpialmplgijjacabejjgheeifmfamjcd |
説明 | This extension prevents scroll jacking whilst holding a meta key |
ファイルサイズ | 19.19 KB |
インストール数 | 37 |
現在のバージョン | 1.0 |
最終更新日 | 2019-06-28 |
公開日 | 2019-06-23 |
評価 | 2.00/5 合計 2 レビュー |
開発者 | Remy Sharp / Left Logic |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://leftlogic.com/privacy/extensions |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No more scroll jacking", "description": "This extension prevents scroll jacking whilst holding a meta key", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "start.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab" ], "author": "Remy Sharp", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" } } |