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…
Hvad er Click Close Tab?
Click Close Tab er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but…".
Download Click Close Tab-udvidelses-CRX-fil
Download Click Close Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Click Close Tab |
ID | mldgnecagdcghceibglikakhcmfcglkf |
Officiel URL | https://chromewebstore.google.com/detail/click-close-tab/mldgnecagdcghceibglikakhcmfcglkf |
Beskrivelse | A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but… |
Filstørrelse | 3.68 KB |
Antal Installationer | 45 |
Nuværende Version | 1.2 |
Senest Opdateret | 2017-11-15 |
Udgivelsesdato | 2017-11-15 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |