Tab Switch
Easily switch between tabs by searching
什麼是Tab Switch?
Tab Switch是由ckuijjer開發的Chrome擴展程式,該擴展的主要功能是“Easily switch between tabs by searching”。
擴展截圖
下載Tab Switch擴展crx文件
下載Tab Switch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | jibghimhedaoojdpdianpomdmgdhogce |
官方網址 | https://chromewebstore.google.com/detail/tab-switch/jibghimhedaoojdpdianpomdmgdhogce |
簡介 | Easily switch between tabs by searching |
檔案大小 | 73.75 KB |
安裝次數 | 49 |
目前版本 | 0.0.51 |
更新時間 | 2019-03-08 |
上架時間 | 2019-03-08 |
評分 | 5.00/5 共 7 次評分 |
開發者 | ckuijjer |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Switch", "version": "0.0.51", "manifest_version": 2, "description": "Easily switch between tabs by searching", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Tab Switch", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Open tab menu" }, "previous": { "description": "Switch to the previous tab" } }, "permissions": [ "tabs" ] } |