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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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.".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Random Shower Thoughts Random Shower Thoughts
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"
    }
}