Tablight
Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.
什么是Tablight?
Tablight是由https://fouad.co开发的Chrome扩展程序,该扩展的主要功能是“Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.”。
扩展截图
下载Tablight扩展crx文件
下载Tablight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Mac Spotlight search for Chrome tabs. Press Cmd/Ctrl + O to open the search bar on any page. If you need to open a file in chrome, you can still create a new tab and use the hotkey's default action. If you have any problems, post an issue here https://github.com/fouad/chrome-tablight/issues
扩展基本信息
名称 | Tablight |
ID | clenlcdnkhcmilhodbibgldkmldgpboi |
官方URL | https://chromewebstore.google.com/detail/tablight/clenlcdnkhcmilhodbibgldkmldgpboi |
简介 | Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs. |
文件大小 | 15.12 KB |
安装次数 | 886 |
当前版本 | 0.0.7 |
更新时间 | 2015-01-21 |
上架时间 | 2015-01-21 |
评分 | 2.11/5 共38次评分 |
开发者 | https://fouad.co |
付费类型 | free |
扩展官网 | https://fouad.co/tablight/ |
帮助页面URL | https://github.com/fouad/chrome-tablight/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.7", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "commands": { "open-search": { "description": "open search", "global": false, "suggested_key": { "default": "Ctrl+Shift+O", "mac": "Command+Shift+O" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "activeTab" ] } |