Random Shower Thoughts
This extension shows a random shower thought from todays top /r/showerthoughts
Qu'est-ce que Random Shower Thoughts ?
Random Shower Thoughts est une extension Chrome développée par Dan Walker, et sa fonction principale est "This extension shows a random shower thought from todays top /r/showerthoughts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Shower Thoughts
Téléchargez les fichiers d'extension Random Shower Thoughts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.".
Informations de Base sur l'Extension
Nom | |
ID | icecikijkakfiloiblnnoacpgefegpec |
URL Officiel | https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec |
Description | This extension shows a random shower thought from todays top /r/showerthoughts |
Taille du Fichier | 53.83 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-05-02 |
Date de Publication | 2015-05-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Dan Walker |
Type de Paiement | free |
Site Web de l'Extension | http://www.danwalker.com |
Langues Prises en Charge | 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" } } |