Split
Splits the screen into two vertical panels for any given web page.
什么是Split?
Split是由marinehero开发的Chrome扩展程序,该扩展的主要功能是“Splits the screen into two vertical panels for any given web page.”。
扩展截图
下载Split扩展crx文件
下载Split扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Split lets you split your screen into two vertical panels. You are able to view the same page side by side which comes in handy when you want to compare content, translate content and so on. Click on the Split Screen icon in your browser bar. You now have 2 panels. Click a second time and it will revert back to single panel mode. Enjoy! NOTE: This extension will not work on all pages as it uses framesets and for security reasons, some websites understandingly prohibit this. Send me feedback to [pereira dot rjp at gmail dot com]
扩展基本信息
名称 | |
ID | ikjbemhhmfojpgaphgfogkpfibcjhfgp |
官方URL | https://chrome.google.com/webstore/detail/split/ikjbemhhmfojpgaphgfogkpfibcjhfgp |
简介 | Splits the screen into two vertical panels for any given web page. |
文件大小 | 29.51 KB |
安装次数 | 2,000 |
当前版本 | 1.0 |
更新时间 | 2013-11-05 |
上架时间 | 2013-11-05 |
评分 | 1.57/5 共23次评分 |
开发者 | marinehero |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Split", "short_name": "Split", "description": "Splits the screen into two vertical panels for any given web page.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "24": "icon24x24.png", "48": "icon48x48.png", "72": "icon72x72.png" }, "browser_action": { "default_title": "Split", "default_icon": "icon48x48.png" } } |