EdScreen

Make multiple webpages visible on the same screen.

ما هو EdScreen؟

EdScreen هو إضافة Chrome تم تطويرها بواسطة Mr. Teachnology Inc.، والميزة الرئيسية لها هي "Make multiple webpages visible on the same screen.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة EdScreen

قم بتنزيل ملفات الامتداد EdScreen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.mrteachnology.com
عنوان صفحة المساعدة http://www.mrteachnology.com
عنوان صفحة سياسة الخصوصية 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"
    ]
}