inbox-bg
customize inbox background image
Wat is inbox-bg?
inbox-bg is een Chrome-extensie ontwikkeld door BiRan, en de belangrijkste functie is "customize inbox background image".
Extensie Screenshots
Download het CRX-bestand van de extensie inbox-bg
Download inbox-bg-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Customize Inbox background image. Basisinformatie over de Extensie
| Naam | |
| ID | eancpkkghkbgpcokgglmbbnanoddjnbp |
| Officiële URL | https://chrome.google.com/webstore/detail/inbox-bg/eancpkkghkbgpcokgglmbbnanoddjnbp |
| Beschrijving | customize inbox background image |
| Bestandsgrootte | 467 KB |
| Aantal Installaties | 45 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2016-02-21 |
| Publicatiedatum | 2016-02-21 |
| Beoordeling | 2.38/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | BiRan |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |