Double Middle-Click Close Tab
Double click mouse middle button to close current tab.
Vad är Double Middle-Click Close Tab?
Double Middle-Click Close Tab är en Chrome-tillägg utvecklad av Shawn Cheng, och dess huvudfunktion är "Double click mouse middle button to close current tab.".
Tilläggsskärmbilder
Ladda ner Double Middle-Click Close Tab-förlängningens CRX-fil
Ladda ner Double Middle-Click Close Tab-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
Double click mouse middle button to close current tab. Click time interval can be set within option page. Known bugs: * Need to refresh site or restart Chrome before it'll work. * Doesn't work on Chrome:// URLs or the Chrome Web Store, restricted by Chrome for security reasons. * May not work in Windows due to the default AutoScroll function.
Grundläggande Information om Tillägg
Namn | |
ID | meepebiimbmfopmaempaogpnnigjjcjg |
Officiell webbadress | https://chromewebstore.google.com/detail/double-middle-click-close/meepebiimbmfopmaempaogpnnigjjcjg |
Beskrivning | Double click mouse middle button to close current tab. |
Filstorlek | 10.12 KB |
Antal Installationer | 49 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2022-04-19 |
Publiceringsdatum | 2022-04-19 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Shawn Cheng |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Double Middle-Click Close Tab", "description": "Double click mouse middle button to close current tab.", "version": "1.0.3", "icons": { "128": "icon.png" }, "background": { "service_worker": "bg.js" }, "action": { "default_icon": "icon.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "scripting", "storage" ], "host_permissions": [ " |