Freadly
Freadly: how to optimize the feedly experience for Google Reader users. Feedly like Google Reader
Freadlyคืออะไร?
Freadly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Giovanni Perrone และคุณลักษณะหลักของมันคือ "Freadly: how to optimize the feedly experience for Google Reader users. Feedly like Google Reader"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freadly
ดาวน์โหลดไฟล์ส่วนขยาย Freadly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Freadly: how to optimize the feedly experience for Google Reader users. Feedly like Google Reader. The best way to get Feedly similar to Google Reader. NOTE: On Feedly need to use the 'Modern Gray' Theme and 'Titles' View.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dlicmnkddpmmneegaeahbaonpfjdckja |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/freadly/dlicmnkddpmmneegaeahbaonpfjdckja |
คำอธิบาย | Freadly: how to optimize the feedly experience for Google Reader users. Feedly like Google Reader |
ขนาดไฟล์ | 38.11 KB |
จำนวนการติดตั้ง | 192 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-03-20 |
วันที่เผยแพร่ | 2013-03-20 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Giovanni Perrone |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freadly", "description": "Freadly: how to optimize the feedly experience for Google Reader users. Feedly like Google Reader", "version": "1.0.1", "permissions": [ "http:\/\/www.feedly.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.feedly.com\/*" ], "js": [ "readly.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |