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…
ما هو Click Close Tab؟
Click Close Tab هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but…".
تحميل ملف CRX للإضافة Click Close Tab
قم بتنزيل ملفات الامتداد Click Close Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Click Close Tab |
ID | mldgnecagdcghceibglikakhcmfcglkf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/click-close-tab/mldgnecagdcghceibglikakhcmfcglkf |
الوصف | A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but… |
حجم الملف | 3.68 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 1.2 |
آخر تحديث | 2017-11-15 |
تاريخ النشر | 2017-11-15 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | 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": [ " |