Feedly Favicons
Feedly Favicons
Feedly Faviconsคืออะไร?
Feedly Favicons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Greg Bradley และคุณลักษณะหลักของมันคือ "Feedly Favicons"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedly Favicons
ดาวน์โหลดไฟล์ส่วนขยาย Feedly Favicons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Feedly.com is a web application allowing users to subscribe to RSS feeds and view items from those feeds. Those feeds belong to various other web sites. With this extension installed when users on Feedly.com view items that originate from those other web sites instead of just seeing the text title of the item they will also see an icon next to the title representing the web site that the item is from. The icon is obtained from the favicon belonging to the web site.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Feedly Favicons |
ID | bcakaadbcflpijljbkdgmnjaeljfpppa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa |
คำอธิบาย | Feedly Favicons |
ขนาดไฟล์ | 42.75 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 1.1.6 |
อัปเดตครั้งล่าสุด | 2023-09-19 |
วันที่เผยแพร่ | 2019-08-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Greg Bradley |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedly Favicons", "short_name": "Feedly Favicons", "description": "Feedly Favicons", "version": "1.1.6", "author": "Greg Bradley", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/feedly.com\/i\/*" ], "run_at": "document_idle", "js": [ "jquery-1.11.1.min.js", "main.js" ] } ] } |