EdScreen

Make multiple webpages visible on the same screen.

EdScreenとは何ですか?

EdScreenはMr. Teachnology Inc.によって開発されたChromeの拡張機能で、その主な機能は「Make multiple webpages visible on the same screen.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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.
Eメール [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"
    ]
}