inbox-bg

customize inbox background image

Apa itu inbox-bg?

inbox-bg adalah ekstensi Chrome yang dikembangkan oleh BiRan, dan fitur utamanya adalah "customize inbox background image".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi inbox-bg

Unduh file ekstensi inbox-bg dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Customize Inbox background image.                    

Informasi Dasar Ekstensi

Nama inbox-bg inbox-bg
ID eancpkkghkbgpcokgglmbbnanoddjnbp
URL Resmi https://chrome.google.com/webstore/detail/inbox-bg/eancpkkghkbgpcokgglmbbnanoddjnbp
Deskripsi customize inbox background image
Ukuran File 467 KB
Jumlah Instalasi 45
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-02-21
Tanggal Publikasi 2016-02-21
Penilaian 2.38/5 Total 8 Penilaian
Pengembang BiRan
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}