Dogs Background
Wallpapers and Backgrounds in browser homepage
Vad är Dogs Background?
Dogs Background är en Chrome-tillägg utvecklad av echerqui32, och dess huvudfunktion är "Wallpapers and Backgrounds in browser homepage".
Tilläggsskärmbilder
Ladda ner Dogs Background-förlängningens CRX-fil
Ladda ner Dogs Background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
We offer you backgrounds tagged with dogs available in HD resolutions for your desktop.
Grundläggande Information om Tillägg
Namn | Dogs Background |
ID | ciemciopimabnijolopfooajlknglgkp |
Officiell webbadress | https://chrome.google.com/webstore/detail/dogs-background/ciemciopimabnijolopfooajlknglgkp |
Beskrivning | Wallpapers and Backgrounds in browser homepage |
Filstorlek | 9.62 MB |
Antal Installationer | 94 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2018-03-02 |
Publiceringsdatum | 2018-03-02 |
Utvecklare | echerqui32 |
Stödda Språk | en |
manifest.json | |
{ "version": "1.0.0", "browser_action": { "default_icon": "picto\/48.png", "default_title": "Dogs Background" }, "chrome_url_overrides": { "newtab": "wall.html" }, "description": "Wallpapers and Backgrounds in browser homepage", "icons": { "128": "picto\/128.png", "48": "picto\/48.png", "19": "picto\/19.png" }, "manifest_version": 2, "name": "Dogs Background", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "wall.html" ] } |