Random Shower Thoughts
This extension shows a random shower thought from todays top /r/showerthoughts
Что такое Random Shower Thoughts?
Random Shower Thoughts - это расширение Chrome, разработанное Dan Walker, и его основная функция - "This extension shows a random shower thought from todays top /r/showerthoughts".
Снимки экрана расширения
Скачать файл CRX расширения Random Shower Thoughts
Скачайте файлы расширений Random Shower Thoughts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.".
Основная информация о расширении
Название | |
ID | icecikijkakfiloiblnnoacpgefegpec |
Официальный URL | https://chrome.google.com/webstore/detail/random-shower-thoughts/icecikijkakfiloiblnnoacpgefegpec |
Описание | This extension shows a random shower thought from todays top /r/showerthoughts |
Размер файла | 53.83 KB |
Количество установок | 15 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-05-02 |
Дата публикации | 2015-05-02 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Dan Walker |
Тип оплаты | free |
Официальный сайт расширения | http://www.danwalker.com |
Поддерживаемые языки | 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" } } |