Click Close Tab
A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but…
Wat is Click Close Tab?
Click Close Tab is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but…".
Download het CRX-bestand van de extensie Click Close Tab
Download Click Close Tab-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
A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but is a bit screwy on OSX. In OSX, it only works if left clicking, holding left, then right clicking. This will not work if you've right clicked first and the context menu is open in OSX. If you right click and the context menu opens, left click elsewhere to close it, then left click, hold, right click to close the tab.
Basisinformatie over de Extensie
Naam | Click Close Tab |
ID | mldgnecagdcghceibglikakhcmfcglkf |
Officiële URL | https://chromewebstore.google.com/detail/click-close-tab/mldgnecagdcghceibglikakhcmfcglkf |
Beschrijving | A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but… |
Bestandsgrootte | 3.68 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-11-15 |
Publicatiedatum | 2017-11-15 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click Close Tab", "manifest_version": 2, "version": "1.2", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |