Fix Chrome middle click behaviour
Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.
Vad är Fix Chrome middle click behaviour?
Fix Chrome middle click behaviour är en Chrome-tillägg utvecklad av Will Hirsch, och dess huvudfunktion är "Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.".
Tilläggsskärmbilder
Ladda ner Fix Chrome middle click behaviour-förlängningens CRX-fil
Ladda ner Fix Chrome middle click behaviour-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Fix Chrome middle click behaviour |
ID | ndinbeikllkfjbmlfghokbkmcciflpek |
Officiell webbadress | https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek |
Beskrivning | Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind. |
Filstorlek | 6.19 KB |
Antal Installationer | 2,577 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2013-12-20 |
Publiceringsdatum | 2013-12-19 |
Betyg | 4.43/5 Totalt 75 Betyg |
Utvecklare | Will Hirsch |
Betalningssätt | free |
Stödda Språk | en,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "version": "1.1", "description": "__MSG_application_description__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |