Close All Tabs

Close all open tabs, pinned tabs, and incognito mode tabs.

Close All Tabsคืออะไร?

Close All Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mark.smith56725 และคุณลักษณะหลักของมันคือ "Close all open tabs, pinned tabs, and incognito mode tabs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Close All Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Close All Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easy Tab Cleanup is the quickest way to manage your chrome tabs. Allows for quick and easy access to close tabs manage tabs, and customize options for private browsing mode. 

easy Tab clean-up allows for users to specify certain settings and save these settings in your browser. Easy Tab Clean Up does not save your personal data. To find out more please visit easytabcleanup.com/?a=privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Close All Tabs Close All Tabs
ID cgclhkbaopocbigfahclandepkfhnnnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/close-all-tabs/cgclhkbaopocbigfahclandepkfhnnnf
คำอธิบาย Close all open tabs, pinned tabs, and incognito mode tabs.
ขนาดไฟล์ 30.15 KB
จำนวนการติดตั้ง 5,908
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2022-10-04
วันที่เผยแพร่ 2022-10-04
ผู้พัฒนา mark.smith56725
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://easytabcleanup.com
URL หน้าช่วยเหลือ https://easytabcleanup.com/?a=privacy
URL หน้านโยบายความเป็นส่วนตัว http://easytabcleanup.com?a=privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Easy Tab Clean Up"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "description": "Close all open tabs, pinned tabs, and incognito mode tabs.",
    "homepage_url": "https:\/\/easytabcleanup.com\/",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Close All Tabs",
    "options_ui": {
        "open_in_tab": true,
        "page": "\/options\/options.html"
    },
    "permissions": [
        "contextMenus",
        "webNavigation",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7"
}