Random Shower Thoughts
This extension shows a random shower thought from todays top /r/showerthoughts
Wat is Random Shower Thoughts?
Random Shower Thoughts is een Chrome-extensie ontwikkeld door Dan Walker, en de belangrijkste functie is "This extension shows a random shower thought from todays top /r/showerthoughts".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Shower Thoughts
Download Random Shower Thoughts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.".
Basisinformatie over de Extensie
Naam | |
ID | icecikijkakfiloiblnnoacpgefegpec |
Officiële URL | https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec |
Beschrijving | This extension shows a random shower thought from todays top /r/showerthoughts |
Bestandsgrootte | 53.83 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-05-02 |
Publicatiedatum | 2015-05-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Dan Walker |
Betalingswijze | free |
Extensiewebsite | http://www.danwalker.com |
Ondersteunde Talen | 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" } } |