Tab-less

Disables tabs for tab-less browsing

Tab-lessคืออะไร?

Tab-less เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iainbeeston และคุณลักษณะหลักของมันคือ "Disables tabs for tab-less browsing"

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

screenshot

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

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

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

                        This extension disables tabbed browsing. Rather than opening new tabs, your browser will open windows wherever possible.

* Why would you want to disable tabs?

Because I always find it difficult to find the tab I'm looking for. Tabs obscure the browsing experience, and I find it far easier to browse the web when I can see all of my windows at once. Most modern operating systems can arrange windows elegantly and efficiently, making tabs defunct.

* If you don't like tabs, then just don't use them! You don't need an extension for that

Increasingly, browsers force tabs on you by default. It does not provide an option to default to using windows rather than tabs. This extension overrides that behaviour to open windows instead, to make it seamless for users like myself.

* Why should I use Tab-less rather than New Tab, New Window?

1. Tab-less does not require any access to your browsing history at all (most extensions require access to your browsing history or the current page you're viewing).
2. It's designed to be as light-weight and simplistic as possible.
3. There's no magic, it just moves tabs to a new window, whenever they're opened (using the default settings for a new window).

All of the code for this extension is open-sourced and can be found online at https://github.com/iainbeeston/tab-less. I'd be happy to receive any feedback, hear about any bugs or accept any pull-requests for new code at that address.                    

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

ชื่อ Tab-less Tab-less
ID mdndkociaebjkggmhnemegoegnbfbgoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-less/mdndkociaebjkggmhnemegoegnbfbgoo
คำอธิบาย Disables tabs for tab-less browsing
ขนาดไฟล์ 20.83 KB
จำนวนการติดตั้ง 4,092
เวอร์ชันปัจจุบัน 0.6.0
อัปเดตครั้งล่าสุด 2019-04-25
วันที่เผยแพร่ 2019-04-25
คะแนน 4.68/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา iainbeeston
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/iainbeeston/tab-less
URL หน้าช่วยเหลือ https://github.com/iainbeeston/tab-less/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.6.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "64": "images\/icon-64.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    }
}