Random Shower Thoughts

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

Vad är Random Shower Thoughts?

Random Shower Thoughts är en Chrome-tillägg utvecklad av Dan Walker, och dess huvudfunktion är "This extension shows a random shower thought from todays top /r/showerthoughts".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Random Shower Thoughts-förlängningens CRX-fil

Ladda ner Random Shower Thoughts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Random Shower Thoughts Random Shower Thoughts
ID icecikijkakfiloiblnnoacpgefegpec
Officiell webbadress https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec
Beskrivning This extension shows a random shower thought from todays top /r/showerthoughts
Filstorlek 53.83 KB
Antal Installationer 15
Aktuell Version 1.0
Senast Uppdaterad 2015-05-02
Publiceringsdatum 2015-05-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Dan Walker
Betalningssätt free
Tilläggswebbplats http://www.danwalker.com
Stödda Språk 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"
    }
}