Tab Magnet

Quickly find open tabs and sites from your history, and pull them into view!

Tab Magnetคืออะไร?

Tab Magnet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roderick James และคุณลักษณะหลักของมันคือ "Quickly find open tabs and sites from your history, and pull them into view!"

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

screenshot
screenshot
screenshot

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

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

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

                        It can be very annoying to find the tab that you need among the many Chrome tabs that you have open, especially if you have them open in multiple windows! Tab Magnet lets you view the titles of your open tabs in a clear format, search for the tab you want, and even search your history for tabs you may have already closed. You can then click the tab or history page you want to go to, and Tab Magnet will pull it into view! 

• View a list of tabs open in your current window   [ Default view ]
• View a list of tabs open in every window 
• Search for tabs by title or URL
• Pull the tab you want into view by clicking it
• Search through history by title or URL
• Open history results...
    * In a new tab
    * In a new background tab
    * In a new window
• Search Google if you can't find what your looking for in your open tabs or history
• Shortcut keys for every function (view the help page after downloading for details)                    

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

ชื่อ Tab Magnet Tab Magnet
ID jdebomfefkcmclmmdcjjifflngionnaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-magnet/jdebomfefkcmclmmdcjjifflngionnaj
คำอธิบาย Quickly find open tabs and sites from your history, and pull them into view!
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.56
อัปเดตครั้งล่าสุด 2017-07-11
วันที่เผยแพร่ 2017-07-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Roderick James
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Magnet",
    "version": "0.56",
    "description": "Quickly find open tabs and sites from your history, and pull them into view!",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "19": "icons\/icon_19.png",
            "20": "icons\/icon_20.png",
            "32": "icons\/icon_32.png",
            "38": "icons\/icon_38.png",
            "40": "icons\/icon_40.png"
        },
        "default_popup": "src\/popup.html",
        "default_title": "Tab Magnet"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+F",
                "linux": "Alt+F",
                "mac": "Alt+F",
                "windows": "Alt+F"
            }
        }
    },
    "minimum_chrome_version": "58",
    "permissions": [
        "tabs",
        "history",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus"
    ]
}