inbox-bg
customize inbox background image
Cos'è inbox-bg?
inbox-bg è un'estensione di Chrome sviluppata da BiRan, e la sua funzione principale è "customize inbox background image".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione inbox-bg
Scarica i file di estensione inbox-bg in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Customize Inbox background image.
Informazioni di Base sull'Estensione
Nome | |
ID | eancpkkghkbgpcokgglmbbnanoddjnbp |
URL Ufficiale | https://chrome.google.com/webstore/detail/inbox-bg/eancpkkghkbgpcokgglmbbnanoddjnbp |
Descrizione | customize inbox background image |
Dimensione del File | 467 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-02-21 |
Data di Pubblicazione | 2016-02-21 |
Valutazione | 2.38/5 Totale 8 Valutazioni |
Sviluppatore | BiRan |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |