2-Pane for Gmail/Calendar

Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too.

ما هو 2-Pane for Gmail/Calendar؟

2-Pane for Gmail/Calendar هو إضافة Chrome تم تطويرها بواسطة codef0rmer، والميزة الرئيسية لها هي "Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too.".

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

تحميل ملف CRX للإضافة 2-Pane for Gmail/Calendar

قم بتنزيل ملفات الامتداد 2-Pane for Gmail/Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This Google chrome extension which makes more room for mails by converting Gmail into a two-pane navigation scheme. To access controls hidden in 2-Pane mode, click the icon in the addressbar.

Now it works for Google Calendar as well. Enjoy!                    

معلومات أساسية عن التمديد

الاسم 2-Pane for Gmail/Calendar 2-Pane for Gmail/Calendar
ID jimomiffmbadddfkmhpafdbbofnkdeec
عنوان URL الرسمي https://chrome.google.com/webstore/detail/2-pane-for-gmailcalendar/jimomiffmbadddfkmhpafdbbofnkdeec
الوصف Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too.
حجم الملف 55.3 KB
عدد التثبيتات 302
النسخة الحالية 0.9
آخر تحديث 2014-12-18
تاريخ النشر 2014-12-18
تقييم 4.57/5 مجموع تقييمات 7
المطور codef0rmer
نوع الدفع free
موقع الإضافة http://amitgharat.wordpress.com/2011/11/04/gmail-can-be-more-awesome/
عنوان صفحة المساعدة http://amitgharat.wordpress.com/2011/11/04/gmail-can-be-more-awesome/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2-Pane for Gmail\/Calendar",
    "version": "0.9",
    "manifest_version": 2,
    "description": "Tune Gmail by hiding the top navigation.  Easily turned on and off through an icon in addressbar. It works with Google Calendar too.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/app.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "http:\/\/www.google.com\/calendar\/*",
                "https:\/\/www.google.com\/calendar\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "images\/logo_128.gif",
        "19": "images\/logo_19.gif",
        "48": "images\/logo_48.gif",
        "64": "images\/logo_64.gif"
    },
    "page_action": {
        "default_icon": "images\/logo_48.gif",
        "default_popup": "popup.html",
        "default_title": "2-Pane for Gmail\/Calendar: Click the icon to toggle the Navigation Bar maximizing vertical space"
    },
    "permissions": [
        "tabs",
        "http:\/\/mail.google.com\/",
        "https:\/\/mail.google.com\/",
        "http:\/\/www.google.com\/calendar\/",
        "https:\/\/www.google.com\/calendar\/",
        "unlimitedStorage"
    ]
}