Inter-tab history

Ever wonder: 'How did I get to this tab?'

Inter-tab history là gì?

Inter-tab history là một tiện ích mở rộng Chrome được phát triển bởi Wizek, và tính năng chính của nó là "Ever wonder: 'How did I get to this tab?'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inter-tab history

Tải xuống các tệp mở rộng Inter-tab history dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Ever wonder...?
- "How did I end up on this page?"
- "Which tab did I open this tab from?"
- "I'm lost! Help!"

This extension remembers your browsing history even across opening new tabs.

Either by:
- middle-click
- right-click > Open link in new tab
- ctrl+click
- cmd+click
- etc
You name it, it remembers. And it doesn't just remember; you can click on the history items as well. If the tab in question is still open, it shall be selected. If the selected tab no longer exists, it will be re-opened as a new tab.

I've written this extension mainly for myself. It has already helped me banish confusion on more than one occasion, so I'm releasing it hoping that others may find it useful too.
That being said, I don't yet consider it complete or bug-free. So feedback is greatly appreciated about bugs, issues, annoyances, wishes or things you like about it.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inter-tab history Inter-tab history
ID andfbeakmoomnmppjoplpadfpgagfclj
URL Chính Thức https://chrome.google.com/webstore/detail/andfbeakmoomnmppjoplpadfpgagfclj
Mô tả Ever wonder: 'How did I get to this tab?'
Kích Thước Tệp 92.78 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2016-11-11
Ngày Phát Hành 2016-11-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Wizek
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inter-tab history",
    "description": "Ever wonder: 'How did I get to this tab?'",
    "version": "0.3.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}