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" } } |