Random Shower Thoughts

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

Co to jest Random Shower Thoughts?

Random Shower Thoughts to rozszerzenie Chrome opracowane przez Dan Walker, a jego główną funkcją jest „This extension shows a random shower thought from todays top /r/showerthoughts”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Random Shower Thoughts

Pobierz pliki rozszerzeń Random Shower Thoughts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Random Shower Thoughts Random Shower Thoughts
ID icecikijkakfiloiblnnoacpgefegpec
Oficjalny URL https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec
Opis This extension shows a random shower thought from todays top /r/showerthoughts
Rozmiar pliku 53.83 KB
Liczba instalacji 15
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-05-02
Data Publikacji 2015-05-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Dan Walker
Typ Płatności free
Strona Rozszerzenia http://www.danwalker.com
Obsługiwane Języki 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"
    }
}