Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
Reddit r/randomคืออะไร?
Reddit r/random เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://timothycarambat.com และคุณลักษณะหลักของมันคือ "The new Reddit layout removed the random subreddit button! This will add it back!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit r/random
ดาวน์โหลดไฟล์ส่วนขยาย Reddit r/random ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The new layout of Reddit removed the random subreddit button! It was always a good way to find and discover new communities in Reddit. This extensions adds it back seamlessly into the sidebar! **CHANGE LOG** version 1.1: Reddit removed sticky sidebar, so I moved the random button to the sticky top bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ananajimppbhofggkijnhlkpjbkfpfee |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
คำอธิบาย | The new Reddit layout removed the random subreddit button! This will add it back! |
ขนาดไฟล์ | 43.08 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-07-03 |
วันที่เผยแพร่ | 2018-07-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://timothycarambat.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit r\/random", "description": "The new Reddit layout removed the random subreddit button! This will add it back!", "manifest_version": 2, "version": "1.1", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "jquery-3.3.1.min.js", "random.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |