EdScreen
Make multiple webpages visible on the same screen.
什么是EdScreen?
EdScreen是由Mr. Teachnology Inc.开发的Chrome扩展程序,该扩展的主要功能是“Make multiple webpages visible on the same screen.”。
扩展截图
下载EdScreen扩展crx文件
下载EdScreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
EdScreen by Mr. Teachnology / Jay Murphy Work with multiple pages side by side. EdScreen enhances productivity and functionality while using chrome. For questions please contact [email protected]
扩展基本信息
名称 | EdScreen |
ID | kamhblojfkpcbpfbgfpcbiffpnjjoppl |
官方URL | https://chromewebstore.google.com/detail/edscreen/kamhblojfkpcbpfbgfpcbiffpnjjoppl |
简介 | Make multiple webpages visible on the same screen. |
文件大小 | 127 KB |
安装次数 | 724 |
当前版本 | 1.5 |
更新时间 | 2017-10-08 |
上架时间 | 2017-10-08 |
评分 | 4.20/5 共5次评分 |
开发者 | Mr. Teachnology Inc. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.mrteachnology.com |
帮助页面URL | http://www.mrteachnology.com |
隐私政策页面URL | http://www.jaymurphy.org |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EdScreen", "description": "Make multiple webpages visible on the same screen.", "version": "1.5", "icons": { "128": "icons\/edscreen.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/edscreen.png", "default_popup": "popup.html" }, "web_accessible_resources": [], "permissions": [ "activeTab", "tabs", "storage" ] } |