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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |