Split Me
Split view for 4 different pages on the same tab
What is Split Me?
Split Me is a Chrome extension developed by http://anthonytietjen.azurewebsites.net, and its main feature is "Split view for 4 different pages on the same tab".
Extension Screenshots
Download Split Me Extension CRX File
Download Split Me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.)
Extension Basic Information
Name | |
ID | hnfpakfiogkhbmkhgopmcjmenkiakank |
Official URL | https://chrome.google.com/webstore/detail/split-me/hnfpakfiogkhbmkhgopmcjmenkiakank |
Description | Split view for 4 different pages on the same tab |
File Size | 5.72 KB |
Installation Count | 3,000 |
Current Version | 0.2 |
Last Updated | 2014-07-19 |
Publish Date | 2014-07-19 |
Rating | 3.22/5 Total 27 Ratings |
Developer | http://anthonytietjen.azurewebsites.net |
Payment Type | free |
Supported Languages | 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" } } |