Window Splitter
This extension lets the user split a window by the desired tab number.
什么是Window Splitter?
Window Splitter是由Ian Martorell开发的Chrome扩展程序,该扩展的主要功能是“This extension lets the user split a window by the desired tab number.”。
扩展截图
下载Window Splitter扩展crx文件
下载Window Splitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows the user to split a window by the desired tab number. 扩展基本信息
| 名称 | |
| ID | nepdkknmimbffdhlnafambchmfflogic |
| 官方URL | https://chromewebstore.google.com/detail/window-splitter/nepdkknmimbffdhlnafambchmfflogic |
| 简介 | This extension lets the user split a window by the desired tab number. |
| 文件大小 | 49.48 KB |
| 安装次数 | 359 |
| 当前版本 | 0.1 |
| 更新时间 | 2013-07-10 |
| 上架时间 | 2013-07-10 |
| 评分 | 2.00/5 共4次评分 |
| 开发者 | Ian Martorell |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Window Splitter",
"description": "This extension lets the user split a window by the desired tab number.",
"version": "0.1",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |