Google Tab Select
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
什麼是Google Tab Select?
Google Tab Select是由ssh開發的Chrome擴展程式,該擴展的主要功能是“Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…”。
下載Google Tab Select擴展crx文件
下載Google Tab Select擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature. The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.
擴展基本資訊
名稱 | Google Tab Select |
ID | mblfjbikliogabdaihjimkncpmcepepe |
官方網址 | https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe |
簡介 | Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of… |
檔案大小 | 9.99 KB |
安裝次數 | 9 |
目前版本 | 1.1.0 |
更新時間 | 2018-04-19 |
上架時間 | 2018-04-19 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ssh |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Tab Select", "version": "1.1.0", "manifest_version": 2, "browser_action": { "default_icon": "images\/google-tab128.png" }, "icons": { "48": "images\/google-tab48.png", "128": "images\/google-tab128.png" }, "content_scripts": [ { "js": [ "google-tab.js" ], "css": [ "google-tab.css" ], "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/*" ] } ] } |