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…
Cos'è Daily Wisdom?
Daily Wisdom è un'estensione di Chrome sviluppata da https://gabefen.com, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Daily Wisdom
Scarica i file di estensione Daily Wisdom 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mnnifpoepkebdonijhhmfcmfmndmajde |
| URL Ufficiale | https://chromewebstore.google.com/detail/daily-wisdom/mnnifpoepkebdonijhhmfcmfmndmajde |
| Descrizione | 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… |
| Dimensione del File | 46.62 KB |
| Conteggio Installazioni | 75 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2023-06-29 |
| Data di Pubblicazione | 2022-03-21 |
| Sviluppatore | https://gabefen.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://gabefen.com/privacy-policy |
| Lingue Supportate | 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"
} | |