Random Shower Thoughts
This extension shows a random shower thought from todays top /r/showerthoughts
Cos'è Random Shower Thoughts?
Random Shower Thoughts è un'estensione di Chrome sviluppata da Dan Walker, e la sua funzione principale è "This extension shows a random shower thought from todays top /r/showerthoughts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random Shower Thoughts
Scarica i file di estensione Random Shower Thoughts 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
Random Shower Thoughts brings you a random shower thought from /r/showerthoughts. The quotes displayed are fetched from the currently hottest submissions to /r/showerthoughts, with a link to the thread and the authors name displayed underneath. Now every time you open a new tab you get some incredibly inspiring advice and food for thought, such as "The NBA's website should be www.nba.net." or even "Becoming a millionaire has a whole new meaning if you're a billionaire.".
Informazioni di Base sull'Estensione
Nome | |
ID | icecikijkakfiloiblnnoacpgefegpec |
URL Ufficiale | https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec |
Descrizione | This extension shows a random shower thought from todays top /r/showerthoughts |
Dimensione del File | 53.83 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-05-02 |
Data di Pubblicazione | 2015-05-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Dan Walker |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.danwalker.com |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Shower Thoughts", "description": "This extension shows a random shower thought from todays top \/r\/showerthoughts", "version": "1.0", "permissions": [ "http:\/\/reddit.com\/r\/showerthoughts.json", "https:\/\/reddit.com\/r\/showerthoughts.json", "storage" ], "chrome_url_overrides": { "newtab": "custom.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |