Dailypapers
Changes your wallpaper to a top picture from Reddit every day
Wat is Dailypapers?
Dailypapers is een Chrome-extensie ontwikkeld door Micah Cantor, en de belangrijkste functie is "Changes your wallpaper to a top picture from Reddit every day".
Extensie Screenshots
Download het CRX-bestand van de extensie Dailypapers
Download Dailypapers-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
Set your new tab wallpaper to a beautiful landscape photo from Reddit every day. Keep your background fresh with new photos that are submitted every day. Basisinformatie over de Extensie
| Naam | |
| ID | ipodddjpoagkaecbkadidoiedjkomghp |
| Officiële URL | https://chromewebstore.google.com/detail/dailypapers/ipodddjpoagkaecbkadidoiedjkomghp |
| Beschrijving | Changes your wallpaper to a top picture from Reddit every day |
| Bestandsgrootte | 8.67 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2020-07-04 |
| Publicatiedatum | 2020-07-04 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Micah Cantor |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/micahcantor/dailypapers |
| URL van de Privacybeleid Pagina | https://github.com/micahcantor/ClassroomSearchbar/blob/master/Privacy_Policy.md |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dailypapers",
"version": "1.2",
"manifest_version": 2,
"description": "Changes your wallpaper to a top picture from Reddit every day",
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon16.png",
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"permissions": [
"storage"
]
} | |