Close This Tab

Easily close tabs with the in-page border element.

Close This Tabคืออะไร?

Close This Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bulent และคุณลักษณะหลักของมันคือ "Easily close tabs with the in-page border element."

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

screenshot
screenshot

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

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

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

                        More easy and fast way to close tabs.

Allows you to easily close tabs with the in-page border element.


Features:
----------------
• You can close the active tab by clicking to the selected in-page border element.
• In-page element only appears when you move the mouse cursor to the selected edge.
• You can change the features of the in-page element, like hover color, thickness, click event type and position.
• Use toolbar icon or context menu to close tabs.


Limitations:
--------------------
Since Chrome is not allowing, we can't add in-page element into the following pages:
chrome:// - chrome-extension:// - chrome-devtools:// - view-source: - data: - chrome.google.com/webstore/ - New tab page.

But, toolbar icon and context menu options will continue to work on all pages without any limitation.


Note on permissions:
-----------------------------------
• "Read and change all your data on the websites you visit" - That is necessary to insert In-Page element into pages. I do not read your data from any website, nor do i modify it.


Changelog:
-------------------
v3.0.x
New features:
• New add-on features for bottom and right positions.
• Tooltips now customizable.
• In-page element opacity feature.
• Right-click on the selected edge, shows selected options.
• Context menu options added.
• Auto maxizing new windows feature added.
• Toolbar icon popup page added.

Updates:
• Settings page redesigned.
• In-page element positions restructured.
• New toolbar icon images available.

v2.0.x
New features:
• New in-page closer positions added.
• You can change thickness of the in-page element.
• Toolbar icon is added. Clicking to the toolbar icon will close the active tab.
• You can change the toolbar icon image.
• Multi language support is added, so please help to translate.
• Preferences synced with Chrome (if signed in).

Updates:
• Renamed to 'Close This Tab'.
• New Options/Settings page.
• Injecting the element into dynamically loaded pages.

v1.0
• Initial version                    

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

ชื่อ Close This Tab Close This Tab
ID hdoplfhlfoagdghmfamhnakmjjffeila
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/close-this-tab/hdoplfhlfoagdghmfamhnakmjjffeila
คำอธิบาย Easily close tabs with the in-page border element.
ขนาดไฟล์ 237 KB
จำนวนการติดตั้ง 3,224
เวอร์ชันปัจจุบัน 3.0.6
อัปเดตครั้งล่าสุด 2021-04-26
วันที่เผยแพร่ 2017-07-27
คะแนน 4.69/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา bulent
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,tr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "[email protected]",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.0.6",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/ctt_toolbar_icon_1.png",
            "32": "img\/ctt_toolbar_icon_1_32.png"
        },
        "default_title": "__MSG_extDefaultTitle__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js",
                "content_onmessage.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true,
            "all_frames": false
        }
    ],
    "icons": {
        "16": "img\/ctt_toolbar_icon_1.png",
        "32": "img\/ctt_toolbar_icon_1_32.png",
        "48": "img\/ctt_toolbar_icon_1_48.png",
        "128": "img\/ctt_toolbar_icon_1_128.png"
    },
    "incognito": "spanning",
    "minimum_chrome_version": "79.0",
    "minimum_opera_version": "30",
    "offline_enabled": true,
    "optional_permissions": [
        "contextMenus"
    ],
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "sidebar_action": {
        "default_icon": {
            "16": "img\/ctt_toolbar_icon_1.png",
            "32": "img\/ctt_toolbar_icon_1_32.png",
            "48": "img\/ctt_toolbar_icon_1_48.png",
            "128": "img\/ctt_toolbar_icon_1_128.png"
        },
        "default_title": "__MSG_extName__",
        "default_panel": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ]
}