Reddit Squared
A reimaging of the reddit experience. Currently in Beta.
Reddit Squaredคืออะไร?
Reddit Squared เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nick.ed.dale และคุณลักษณะหลักของมันคือ "A reimaging of the reddit experience. Currently in Beta."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Squared
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Squared ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A web app for reddit that completely redesigns the site. Best suited for Retina screens with ad-block plus. -Embeds pictures and videos. -Infinite scroll so you can just keep on keepin' on
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | anggmmdeliefkklpmkpeofepgnmkjohp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp |
คำอธิบาย | A reimaging of the reddit experience. Currently in Beta. |
ขนาดไฟล์ | 8.08 MB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-06-17 |
วันที่เผยแพร่ | 2014-06-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | nick.ed.dale |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Squared", "description": "A reimaging of the reddit experience. Currently in Beta.", "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery-2.1.1.min.js", "myscript.js" ] } ], "web_accessible_resources": [ "img\/*jpg", "img\/*png" ] } |