Inter-tab history

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

Inter-tab history란 무엇입니까?

Inter-tab history은(는) Wizek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ever wonder: 'How did I get to this tab?'"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Inter-tab history 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Inter-tab history Inter-tab history
ID andfbeakmoomnmppjoplpadfpgagfclj
공식 URL https://chrome.google.com/webstore/detail/andfbeakmoomnmppjoplpadfpgagfclj
설명 Ever wonder: 'How did I get to this tab?'
파일 크기 92.78 KB
설치 횟수 43
현재 버전 0.3.1
최근 업데이트 2016-11-11
출시 날짜 2016-11-11
평점 5.00/5 총 2 개의 평점
개발자 Wizek
결제 유형 free
지원되는 언어 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"
    ]
}