Random Shower Thoughts
This extension shows a random shower thought from todays top /r/showerthoughts
Was ist Random Shower Thoughts?
Random Shower Thoughts ist eine Chrome-Erweiterung, die von Dan Walker entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows a random shower thought from todays top /r/showerthoughts".
Erweiterungsscreenshots
Random Shower Thoughts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Random Shower Thoughts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.".
Grundlegende Informationen zur Erweiterung
Name | |
ID | icecikijkakfiloiblnnoacpgefegpec |
Offizielle URL | https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec |
Beschreibung | This extension shows a random shower thought from todays top /r/showerthoughts |
Dateigröße | 53.83 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-05-02 |
Veröffentlichungsdatum | 2015-05-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Dan Walker |
Zahlungsart | free |
Erweiterungswebsite | http://www.danwalker.com |
Unterstützte Sprachen | 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" } } |