Dailypapers

Changes your wallpaper to a top picture from Reddit every day

What is Dailypapers?

Dailypapers is a Chrome extension developed by Micah Cantor, and its main feature is "Changes your wallpaper to a top picture from Reddit every day".

Extension Screenshots

screenshot
screenshot

Download Dailypapers Extension CRX File

Download Dailypapers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dailypapers Dailypapers
ID ipodddjpoagkaecbkadidoiedjkomghp
Official URL https://chromewebstore.google.com/detail/dailypapers/ipodddjpoagkaecbkadidoiedjkomghp
Description Changes your wallpaper to a top picture from Reddit every day
File Size 8.67 KB
Installation Count 20
Current Version 1.2
Last Updated 2020-07-04
Publish Date 2020-07-04
Rating 5.00/5 Total 1 Ratings
Developer Micah Cantor
Email [email protected]
Payment Type free
Extension Website https://github.com/micahcantor/dailypapers
Privacy Policy Page URL https://github.com/micahcantor/ClassroomSearchbar/blob/master/Privacy_Policy.md
Supported Languages 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"
    ]
}