Flatit
A modern styling for reddit.
Flatitคืออะไร?
Flatit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Will Hitchcock และคุณลักษณะหลักของมันคือ "A modern styling for reddit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flatit
ดาวน์โหลดไฟล์ส่วนขยาย Flatit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Flatit subtly cleans up unnecessary noise in the reddit interface while maintaining the same reddit feel that you have grown to love. Works well with RES.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Flatit |
ID | blkfjcojlgcgillkmcaahalnnibhkpdl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flatit/blkfjcojlgcgillkmcaahalnnibhkpdl |
คำอธิบาย | A modern styling for reddit. |
ขนาดไฟล์ | 44.57 KB |
จำนวนการติดตั้ง | 208 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-08-12 |
วันที่เผยแพร่ | 2013-08-12 |
คะแนน | 3.90/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | Will Hitchcock |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/hitchcockwill/flat-reddit |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flatit", "version": "1.0", "description": "A modern styling for reddit.", "icons": { "48": "img\/flat-reddit-icon-48.png", "128": "img\/flat-reddit-icon.png" }, "content_scripts": [ { "css": [ "css\/config.css" ], "matches": [ "http:\/\/www.reddit.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/ssl.reddit.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/res.css" ], "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/ssl.reddit.com\/*" ], "run_at": "document_idle" } ] } |