Tab.Domainator

Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them

Tab.Domainatorคืออะไร?

Tab.Domainator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bertofer และคุณลักษณะหลักของมันคือ "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them"

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

screenshot

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

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

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

                        This extension allows you to manage your currently open tabs in a domain-grouped way. Allowing you to close all tabs from a certain domain, and also navigate to any tab.

It also comes with the option to reorder your tabs in chrome by domain, the same order as shown in the sidebar of the extension.

It's also open source!! Visit https://github.com/bertofer/chrome-tab-domainator                    

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

ชื่อ Tab.Domainator Tab.Domainator
ID kifgblcabcanlajafepiimafnekjhplm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabdomainator/kifgblcabcanlajafepiimafnekjhplm
คำอธิบาย Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them
ขนาดไฟล์ 838 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2016-08-18
วันที่เผยแพร่ 2016-08-18
ผู้พัฒนา bertofer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bertofer/chrome-tab-domainator
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab.Domainator",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Click to open the extension sidebar"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/page-sidebar\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}