Daily Wisdom

Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…

What is Daily Wisdom?

Daily Wisdom is a Chrome extension developed by https://gabefen.com, and its main feature is "Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Daily Wisdom Extension CRX File

Download Daily Wisdom 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

                        Advice is only as good as what you paid for it, and this is a free extension.

Essentially every time you open up a new tab, a piece of advice or wisdom will appear to make you wiser throughout your day.                    

Extension Basic Information

Name Daily Wisdom Daily Wisdom
ID mnnifpoepkebdonijhhmfcmfmndmajde
Official URL https://chromewebstore.google.com/detail/daily-wisdom/mnnifpoepkebdonijhhmfcmfmndmajde
Description Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…
File Size 46.62 KB
Installation Count 75
Current Version 1.1.0
Last Updated 2023-06-29
Publish Date 2022-03-21
Developer https://gabefen.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gabefen.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "images\/icon.png",
            "16": "images\/icon.png",
            "48": "images\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1Ug6VyisTZSDOq4iejtCLbskTj9iXMI8hV93wlHwfmoPCBrPO9HEILh\/\/PV2vedwwXCw6K3+yOfv8a3TMuUwBTnc8FeT+GRx0G9un7QT\/R8SZN1USe058frPdRiOOSRmCF6il+gWYvsGjwXfIfFb3cfus5GK0hx6Xx5wS+76+KpyFlTpAJvTtdqcymkJexMKrllf95Mk\/iufYdoimZt0OrSfhkl4q+jEHU2ynEWutXVwED1ZPpkBhqB8aQ3wn6val+iV9HQet3zcWCQUpiaJ0lcBw6snJG9I5Bi+sIjiWZl6qtdCgi1ttSxCwsDGfIS6mff5oHlsDQfvWqoZI4EXQwIDAQAB",
    "manifest_version": 3,
    "name": "Daily Wisdom",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}