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 |
官方網址 | 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" } } |