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.
Qu'est-ce que Fix Chrome middle click behaviour ?
Fix Chrome middle click behaviour est une extension Chrome développée par Will Hirsch, et sa fonction principale est "Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fix Chrome middle click behaviour
Téléchargez les fichiers d'extension Fix Chrome middle click behaviour au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Fix Chrome middle click behaviour |
ID | ndinbeikllkfjbmlfghokbkmcciflpek |
URL Officiel | https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek |
Description | Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind. |
Taille du Fichier | 6.19 KB |
Nombre d'Installations | 2,577 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-12-20 |
Date de Publication | 2013-12-19 |
Évaluation | 4.43/5 Total 75 Évaluations |
Développeur | Will Hirsch |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |