Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
什么是Move tabs between windows?
Move tabs between windows是由Ivan Novikov开发的Chrome扩展程序,该扩展的主要功能是“Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.”。
下载Move tabs between windows扩展crx文件
下载Move tabs between windows扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs: — To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key. — To select a range of tabs, click tab handles while holding down the Shift key. Source code: https://github.com/ivan7237d/move-tabs
扩展基本信息
名称 | Move tabs between windows |
ID | dcgkknngicjdagcjljfbhgdimlfhafag |
官方URL | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
简介 | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
文件大小 | 3.54 KB |
安装次数 | 216 |
当前版本 | 1.0 |
更新时间 | 2016-11-08 |
上架时间 | 2016-11-08 |
评分 | 4.83/5 共6次评分 |
开发者 | Ivan Novikov |
付费类型 | free |
扩展官网 | https://twitter.com/ivan7237d |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tabs between windows", "version": "1.0", "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "background.js" ] }, "offline_enabled": true, "browser_action": { "default_title": "Move tabs to another window" } } |