inbox-bg

customize inbox background image

Qu'est-ce que inbox-bg ?

inbox-bg est une extension Chrome développée par BiRan, et sa fonction principale est "customize inbox background image".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension inbox-bg

Téléchargez les fichiers d'extension inbox-bg 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

                        Customize Inbox background image.                    

Informations de Base sur l'Extension

Nom inbox-bg inbox-bg
ID eancpkkghkbgpcokgglmbbnanoddjnbp
URL Officiel https://chrome.google.com/webstore/detail/inbox-bg/eancpkkghkbgpcokgglmbbnanoddjnbp
Description customize inbox background image
Taille du Fichier 467 KB
Nombre d'Installations 45
Version Actuelle 1.2
Dernière Mise à Jour 2016-02-21
Date de Publication 2016-02-21
Évaluation 2.38/5 Total 8 Évaluations
Développeur BiRan
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "inbox-bg",
    "description": "customize inbox background image",
    "version": "1.2",
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src *;",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "bg.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/inbox.google.com\/*"
    ],
    "browser_action": {
        "default_title": "Inbox-BG",
        "default_popup": "bg.html"
    },
    "web_accessible_resources": [
        "bg.css",
        "bg.jpg"
    ]
}