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.
Wat is Fix Chrome middle click behaviour?
Fix Chrome middle click behaviour is een Chrome-extensie ontwikkeld door Will Hirsch, en de belangrijkste functie is "Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fix Chrome middle click behaviour
Download Fix Chrome middle click behaviour-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Fix Chrome middle click behaviour |
ID | ndinbeikllkfjbmlfghokbkmcciflpek |
Officiële URL | https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek |
Beschrijving | Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind. |
Bestandsgrootte | 6.19 KB |
Aantal Installaties | 2,577 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2013-12-20 |
Publicatiedatum | 2013-12-19 |
Beoordeling | 4.43/5 Totaal 75 Beoordelingen |
Ontwikkelaar | Will Hirsch |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |