Hot Tabs: Tab Hotkeys/Shortcuts
Assign hotkeys to any of your tabs!
什么是Hot Tabs: Tab Hotkeys/Shortcuts?
Hot Tabs: Tab Hotkeys/Shortcuts是由Skylight Software开发的Chrome扩展程序,该扩展的主要功能是“Assign hotkeys to any of your tabs!”。
扩展截图
下载Hot Tabs: Tab Hotkeys/Shortcuts扩展crx文件
下载Hot Tabs: Tab Hotkeys/Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Please ##### RESTART CHROME ##### after downloading Hot Tabs allows you to quickly assign hotkeys to your tabs! 1. Assign a key (from 0-9) to your current tab by using Alt + key 2. Key number shows up on tab title 3. Press the key and immediately moved to the assigned tab! ---> Alt + A goes back to previous tabs ---> "\" (Backslash) toggles text input ---> Temporarily disable the extension completely by clicking the icon or using Alt + X IMPORTANT: Text input is disabled until you press backslash "\" For browsing convenience, commands like ctrl+F, copy, paste, etc are still functional even when typing is disabled. Feedback is appreciated! Please use the "Support" tab :)
扩展基本信息
名称 | Hot Tabs: Tab Hotkeys/Shortcuts |
ID | lkogifjbcanigkpjinikonpcedpnmdni |
官方URL | https://chromewebstore.google.com/detail/hot-tabs-tab-hotkeysshort/lkogifjbcanigkpjinikonpcedpnmdni |
简介 | Assign hotkeys to any of your tabs! |
文件大小 | 31.08 KB |
安装次数 | 13 |
当前版本 | 0.7.5 |
更新时间 | 2015-07-21 |
上架时间 | 2015-07-20 |
评分 | 1.00/5 共1次评分 |
开发者 | Skylight Software |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hot Tabs: Tab Hotkeys\/Shortcuts", "description": "Assign hotkeys to any of your tabs!", "version": "0.7.5", "browser_action": { "default_icon": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "commands": { "toggle": { "suggested_key": { "default": "Alt+X" }, "description": "Toggles tab switching" }, "previous_tab": { "suggested_key": { "default": "Alt+A" }, "description": "Go back to previous tab" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |