EdScreen

Make multiple webpages visible on the same screen.

What is EdScreen?

EdScreen is a Chrome extension developed by Mr. Teachnology Inc., and its main feature is "Make multiple webpages visible on the same screen.".

Extension Screenshots

screenshot
screenshot
screenshot

Download EdScreen Extension CRX File

Download EdScreen 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

                        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]                    

Extension Basic Information

Name EdScreen EdScreen
ID kamhblojfkpcbpfbgfpcbiffpnjjoppl
Official URL https://chromewebstore.google.com/detail/edscreen/kamhblojfkpcbpfbgfpcbiffpnjjoppl
Description Make multiple webpages visible on the same screen.
File Size 127 KB
Installation Count 724
Current Version 1.5
Last Updated 2017-10-08
Publish Date 2017-10-08
Rating 4.20/5 Total 5 Ratings
Developer Mr. Teachnology Inc.
Email [email protected]
Payment Type free
Extension Website http://www.mrteachnology.com
Help Page URL http://www.mrteachnology.com
Privacy Policy Page URL http://www.jaymurphy.org
Supported Languages 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"
    ]
}