Chrome tab explorer
Navigate through the tabs by searching keywords in the page title or url. Also shows the tab count.
Chrome tab explorerとは何ですか?
Chrome tab explorerはhttps://sites.google.com/site/fujunduによって開発されたChromeの拡張機能で、その主な機能は「Navigate through the tabs by searching keywords in the page title or url. Also shows the tab count.」です。
拡張機能のスクリーンショット
Chrome tab explorer拡張機能のCRXファイルをダウンロード
Chrome tab explorer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Having too many tabs and windows opened in your Chrome browser and having a hard time to keep track of which is which? This extension lets you search through the tabs using keywords in the title and url of the page. It also shows tab count. "Bookmark all" will bookmark all tabs in a directory under "Other Bookmarks" of your bookmark folder. It can be called out by "Alt + T".
拡張機能の基本情報
名前 | Chrome tab explorer |
ID | cjfnaklodefmmoikdpdaagkhbjijlpif |
公式URL | https://chromewebstore.google.com/detail/chrome-tab-explorer/cjfnaklodefmmoikdpdaagkhbjijlpif |
説明 | Navigate through the tabs by searching keywords in the page title or url. Also shows the tab count. |
ファイルサイズ | 10.11 KB |
インストール数 | 190 |
現在のバージョン | 0.4 |
最終更新日 | 2017-12-22 |
公開日 | 2017-12-22 |
開発者 | https://sites.google.com/site/fujundu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/fjdu/tabExplorer |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome tab explorer", "short_name": "Tab explorer", "description": "Navigate through the tabs by searching keywords in the page title or url. Also shows the tab count.", "version": "0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Find tabs by searching keywords in the title or url. Shortcut: Alt+T." }, "permissions": [ "tabs", "storage", "bookmarks", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "js": [ "popup.js" ], "matches": [ " |