Dailypapers
Changes your wallpaper to a top picture from Reddit every day
Cos'è Dailypapers?
Dailypapers è un'estensione di Chrome sviluppata da Micah Cantor, e la sua funzione principale è "Changes your wallpaper to a top picture from Reddit every day".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dailypapers
Scarica i file di estensione Dailypapers 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ipodddjpoagkaecbkadidoiedjkomghp |
| URL Ufficiale | https://chromewebstore.google.com/detail/dailypapers/ipodddjpoagkaecbkadidoiedjkomghp |
| Descrizione | Changes your wallpaper to a top picture from Reddit every day |
| Dimensione del File | 8.67 KB |
| Conteggio Installazioni | 20 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2020-07-04 |
| Data di Pubblicazione | 2020-07-04 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Micah Cantor |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/micahcantor/dailypapers |
| URL della Pagina della Politica sulla Privacy | https://github.com/micahcantor/ClassroomSearchbar/blob/master/Privacy_Policy.md |
| Lingue Supportate | 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"
]
} | |