Random Shower Thoughts
This extension shows a random shower thought from todays top /r/showerthoughts
Hvad er Random Shower Thoughts?
Random Shower Thoughts er en Chrome-udvidelse udviklet af Dan Walker, og dens hovedfunktion er "This extension shows a random shower thought from todays top /r/showerthoughts".
Udvidelsesskærmbilleder
Download Random Shower Thoughts-udvidelses-CRX-fil
Download Random Shower Thoughts-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
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.".
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | icecikijkakfiloiblnnoacpgefegpec |
Officiel URL | https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec |
Beskrivelse | This extension shows a random shower thought from todays top /r/showerthoughts |
Filstørrelse | 53.83 KB |
Antal Installationer | 15 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-05-02 |
Udgivelsesdato | 2015-05-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Dan Walker |
Betalingsmetode | free |
Udvidelseswebsted | http://www.danwalker.com |
Understøttede Sprog | 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" } } |