Where is my tab?
Search in tabs.
什麼是Where is my tab??
Where is my tab?是由Michal Fabry開發的Chrome擴展程式,該擴展的主要功能是“Search in tabs.”。
擴展截圖
下載Where is my tab?擴展crx文件
下載Where is my tab?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url.
You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F):
- go to chrome://extensions/
- on the bottom of the page, click on "Configure commands" link
- assign the keyboard shortcut for "Where is my tab?" extension
Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab 擴展基本資訊
| 名稱 | |
| ID | bllfmidjjfmafmfoiobkkcjkcddccngp |
| 官方網址 | https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp |
| 簡介 | Search in tabs. |
| 檔案大小 | 35.11 KB |
| 安裝次數 | 67 |
| 目前版本 | 1.1 |
| 更新時間 | 2013-02-21 |
| 上架時間 | 2013-02-21 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | Michal Fabry |
| 付費類型 | free |
| 擴展官網 | https://github.com/furbos/where-is-my-tab |
| 說明頁面URL | https://github.com/furbos/where-is-my-tab/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Where is my tab?",
"version": "1.1",
"manifest_version": 2,
"description": "Search in tabs.",
"icons": {
"16": "media\/icon16.png",
"48": "media\/icon48.png",
"128": "media\/icon128.png"
},
"browser_action": {
"default_icon": "media\/icon19.png",
"default_title": "Where is my tab?",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |