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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |