Random Shower Thoughts
This extension shows a random shower thought from todays top /r/showerthoughts
¿Qué es Random Shower Thoughts?
Random Shower Thoughts es una extensión de Chrome desarrollada por Dan Walker, y su función principal es "This extension shows a random shower thought from todays top /r/showerthoughts".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Random Shower Thoughts
Descarga archivos de extensión Random Shower Thoughts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.".
Información Básica de la Extensión
Nombre | |
ID | icecikijkakfiloiblnnoacpgefegpec |
URL Oficial | https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec |
Descripción | This extension shows a random shower thought from todays top /r/showerthoughts |
Tamaño del Archivo | 53.83 KB |
Cantidad de Instalaciones | 15 |
Versión Actual | 1.0 |
Última Actualización | 2015-05-02 |
Fecha de Publicación | 2015-05-02 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Dan Walker |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.danwalker.com |
Idiomas Soportados | 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" } } |