Close Tabs

Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more

Close Tabsคืออะไร?

Close Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tejji.com และคุณลักษณะหลักของมันคือ "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Provide context menu (popup that appear on right click) close button with following options

1. Close tabs to the left of current tab
2. Close tabs to the right of current tab
3. Close other tabs except current tab
4. Close current tab
6. Close tabs from current domain / website 
7. Close tabs from other domain / website except current one
8. Close window
9. Option to disable context menu

The options is available via...
Right click on any webpage --> Click Close Tabs --> Click Options 

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.2 - 2018-09-13
- changes to ensure compliance Chrome Web Store policies                    

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

ชื่อ Close Tabs Close Tabs
ID gadafnnkijfmbbmeielphlapddbmgbgo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/close-tabs/gadafnnkijfmbbmeielphlapddbmgbgo
คำอธิบาย Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more
ขนาดไฟล์ 72.56 KB
จำนวนการติดตั้ง 11,611
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-09-14
วันที่เผยแพร่ 2018-09-13
คะแนน 4.24/5 รวมทั้งหมด 186 คะแนน
ผู้พัฒนา https://tejji.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tejji.com/
URL หน้าช่วยเหลือ http://tejji.com/contactus.aspx
URL หน้านโยบายความเป็นส่วนตัว https://tejji.com/privacy.aspx
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tabs",
    "version": "1.2",
    "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "tabs"
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}