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…
Hvad er Daily Wisdom?
Daily Wisdom er en Chrome-udvidelse udviklet af https://gabefen.com, og dens hovedfunktion er "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…".
Udvidelsesskærmbilleder
Download Daily Wisdom-udvidelses-CRX-fil
Download Daily Wisdom-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mnnifpoepkebdonijhhmfcmfmndmajde |
| Officiel URL | https://chromewebstore.google.com/detail/daily-wisdom/mnnifpoepkebdonijhhmfcmfmndmajde |
| Beskrivelse | 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… |
| Filstørrelse | 46.62 KB |
| Antal Installationer | 75 |
| Nuværende Version | 1.1.0 |
| Senest Opdateret | 2023-06-29 |
| Udgivelsesdato | 2022-03-21 |
| Udvikler | https://gabefen.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://gabefen.com/privacy-policy |
| Understøttede Sprog | 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"
} | |