Random Shower Thoughts
This extension shows a random shower thought from todays top /r/showerthoughts
Random Shower Thoughts क्या है?
Random Shower Thoughts Dan Walker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows a random shower thought from todays top /r/showerthoughts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Random Shower Thoughts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |