Find My Tab
This extension will help you find your tab accross multiple windows.
Find My Tabとは何ですか?
Find My TabはHarshad Maneによって開発されたChromeの拡張機能で、その主な機能は「This extension will help you find your tab accross multiple windows.」です。
拡張機能のスクリーンショット
Find My Tab拡張機能のCRXファイルをダウンロード
Find My Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will help you find your tab accross multiple windows. Listing of all tabs will appear when you click on extension button. Then you can search by typing. Use Tab button to navigate in following list and hit Enter button to open the highlighted tab in list. Developed by Harshad Mane, [email protected]
拡張機能の基本情報
名前 | Find My Tab |
ID | kfjkbejnhfkijofhgjkbgaipejcabmma |
公式URL | https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma |
説明 | This extension will help you find your tab accross multiple windows. |
ファイルサイズ | 133 KB |
インストール数 | 21 |
現在のバージョン | 1.3 |
最終更新日 | 2017-04-06 |
公開日 | 2017-04-06 |
評価 | 4.36/5 合計 14 レビュー |
開発者 | Harshad Mane |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Find My Tab", "description": "This extension will help you find your tab accross multiple windows.", "version": "1.3", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "fmt.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |