Split Me
Split view for 4 different pages on the same tab
什么是Split Me?
Split Me是由http://anthonytietjen.azurewebsites.net开发的Chrome扩展程序,该扩展的主要功能是“Split view for 4 different pages on the same tab”。
扩展截图
下载Split Me扩展crx文件
下载Split Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Split view for 4 different pages on the same tab. (Not all websites allow for embedding in this way. If the URL you provide does not load, it is likely because the website owner has prevented it from being embedded.)
扩展基本信息
名称 | |
ID | hnfpakfiogkhbmkhgopmcjmenkiakank |
官方URL | https://chrome.google.com/webstore/detail/split-me/hnfpakfiogkhbmkhgopmcjmenkiakank |
简介 | Split view for 4 different pages on the same tab |
文件大小 | 5.72 KB |
安装次数 | 3,000 |
当前版本 | 0.2 |
更新时间 | 2014-07-19 |
上架时间 | 2014-07-19 |
评分 | 3.22/5 共27次评分 |
开发者 | http://anthonytietjen.azurewebsites.net |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Split Me", "description": "Split view for 4 different pages on the same tab", "version": "0.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_128.png" }, "permissions": [ "tabs", "storage" ], "icons": { "48": "icon_48.png", "128": "icon_128.png" } } |