Find My Tab

This extension will help you find your tab accross multiple windows.

Find My Tabคืออะไร?

Find My Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harshad Mane และคุณลักษณะหลักของมันคือ "This extension will help you find your tab accross multiple windows."

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

screenshot
screenshot

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

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

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

                        This extension will help you find your tab accross multiple windows. 
Listing of all tabs will appear when you click on extension button. 
Then you can search by typing. 

Use Tab button to navigate in following list and hit Enter button to open the highlighted tab in list.

Developed by Harshad Mane, [email protected]                    

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

ชื่อ Find My Tab Find My Tab
ID kfjkbejnhfkijofhgjkbgaipejcabmma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma
คำอธิบาย This extension will help you find your tab accross multiple windows.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-04-06
วันที่เผยแพร่ 2017-04-06
คะแนน 4.36/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Harshad Mane
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find My Tab",
    "description": "This extension will help you find your tab accross multiple windows.",
    "version": "1.3",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "fmt.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}