Colorable Feedly

Get Feedly colored by RSS feed sources

Colorable Feedlyคืออะไร?

Colorable Feedly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kodeout และคุณลักษณะหลักของมันคือ "Get Feedly colored by RSS feed sources"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorable Feedly

ดาวน์โหลดไฟล์ส่วนขยาย Colorable Feedly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Now you can pick out RSS feeds by colors from a messy list of "Text Only" mode.

Your feedback would be welcome. Please write to @codeout in Twitter or Chrome webstore.


CHANGELOG

v0.1.5 (2023-02-19 )
- Fix to support the latest feedly.com

v0.1.4 ( 2021-09-20 )
- Fix to support the latest feedly.com

v0.1.3 ( 2021-04-18 )
- Fix to support the latest feedly.com

v0.1.2 ( 2017-07-17 )
- Use CRC24 to generate various color codes

v0.1.1 ( 2017-02-20 )
- Bugfix to support the latest feedly.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Colorable Feedly Colorable Feedly
ID cmjhplmpnpaknnllafgpkbadgligedbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colorable-feedly/cmjhplmpnpaknnllafgpkbadgligedbc
คำอธิบาย Get Feedly colored by RSS feed sources
ขนาดไฟล์ 82.25 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2023-02-19
วันที่เผยแพร่ 2017-07-16
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา kodeout
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Colorable Feedly",
    "version": "0.1.5",
    "description": "Get Feedly colored by RSS feed sources",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "jquery.slim.min.js",
                "colorable.js"
            ],
            "css": [
                "colorable.css"
            ]
        }
    ]
}