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] 擴展基本資訊
| 名稱 | |
| ID | kamhblojfkpcbpfbgfpcbiffpnjjoppl |
| 官方網址 | 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"
]
} | |