Feedly-Simplify
This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
Feedly-Simplifyคืออะไร?
Feedly-Simplify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ckuijjer และคุณลักษณะหลักของมันคือ "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedly-Simplify
ดาวน์โหลดไฟล์ส่วนขยาย Feedly-Simplify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fgepkmmkpkdoppdjenceolgjbdcfiekb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb |
คำอธิบาย | This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab |
ขนาดไฟล์ | 6.41 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.5.6 |
อัปเดตครั้งล่าสุด | 2017-11-02 |
วันที่เผยแพร่ | 2017-11-02 |
ผู้พัฒนา | ckuijjer |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedly-Simplify", "description": "This extension restyles\/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab", "version": "1.5.6", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/cloud.feedly.com\/*", "https:\/\/cloud.feedly.com\/*", "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "css": [ "style.css" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ], "background": { "scripts": [ "extension.js" ] } } |