Random Shower Thoughts

This extension shows a random shower thought from todays top /r/showerthoughts

Co je Random Shower Thoughts?

Random Shower Thoughts je rozšíření Chrome vyvinuté Dan Walker, a jeho hlavní funkcí je „This extension shows a random shower thought from todays top /r/showerthoughts“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Random Shower Thoughts

Stáhněte si soubory rozšíření Random Shower Thoughts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.".                    

Základní Informace o Rozšíření

Název Random Shower Thoughts Random Shower Thoughts
ID icecikijkakfiloiblnnoacpgefegpec
Oficiální URL https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec
Popis This extension shows a random shower thought from todays top /r/showerthoughts
Velikost souboru 53.83 KB
Počet instalací 15
Aktuální Verze 1.0
Poslední Aktualizace 2015-05-02
Datum Vydání 2015-05-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Dan Walker
Typ Platby free
Webové stránky Rozšíření http://www.danwalker.com
Podporované Jazyky 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"
    }
}