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.

Qu'est-ce que 2-Pane for Gmail/Calendar ?

2-Pane for Gmail/Calendar est une extension Chrome développée par codef0rmer, et sa fonction principale est "Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension 2-Pane for Gmail/Calendar

Téléchargez les fichiers d'extension 2-Pane for Gmail/Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom 2-Pane for Gmail/Calendar 2-Pane for Gmail/Calendar
ID jimomiffmbadddfkmhpafdbbofnkdeec
URL Officiel https://chrome.google.com/webstore/detail/2-pane-for-gmailcalendar/jimomiffmbadddfkmhpafdbbofnkdeec
Description Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too.
Taille du Fichier 55.3 KB
Nombre d'Installations 302
Version Actuelle 0.9
Dernière Mise à Jour 2014-12-18
Date de Publication 2014-12-18
Évaluation 4.57/5 Total 7 Évaluations
Développeur codef0rmer
Type de Paiement free
Site Web de l'Extension http://amitgharat.wordpress.com/2011/11/04/gmail-can-be-more-awesome/
URL de la Page d'Aide http://amitgharat.wordpress.com/2011/11/04/gmail-can-be-more-awesome/
Langues Prises en Charge 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"
    ]
}