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?'」です。
拡張機能のスクリーンショット
Inter-tab history拡張機能のCRXファイルをダウンロード
Inter-tab history拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" ] } |