Where is my tab?

Search in tabs.

Where is my tab?คืออะไร?

Where is my tab? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michal Fabry และคุณลักษณะหลักของมันคือ "Search in tabs."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Where is my tab?

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

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

                        "Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url.

You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F):
- go to chrome://extensions/
- on the bottom of the page, click on "Configure commands" link
- assign the keyboard shortcut for "Where is my tab?" extension

Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab                    

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

ชื่อ Where is my tab? Where is my tab?
ID bllfmidjjfmafmfoiobkkcjkcddccngp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp
คำอธิบาย Search in tabs.
ขนาดไฟล์ 35.11 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-02-21
วันที่เผยแพร่ 2013-02-21
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Michal Fabry
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/furbos/where-is-my-tab
URL หน้าช่วยเหลือ https://github.com/furbos/where-is-my-tab/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where is my tab?",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search in tabs.",
    "icons": {
        "16": "media\/icon16.png",
        "48": "media\/icon48.png",
        "128": "media\/icon128.png"
    },
    "browser_action": {
        "default_icon": "media\/icon19.png",
        "default_title": "Where is my tab?",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}