Readly

A little Google Reader treatment for Feedly

Readlyคืออะไร?

Readly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Illia Panasenko และคุณลักษณะหลักของมันคือ "A little Google Reader treatment for Feedly"

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

screenshot

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

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

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

                        Most of things it visually changes are applied to list (titles, condensed) view only. What it does:

Makes layout a little more compact, less free space
Grey colour title for read article when it is opened
Smaller images for freakenergy.ru RSS feed (I need it, so it will be here :) )
Favicons are always shown
Some visual fixes

"v" opens article in new background tab                    

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

ชื่อ Readly Readly
ID aflgknnjpkjdoapemodkijpmgclcingn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn
คำอธิบาย A little Google Reader treatment for Feedly
ขนาดไฟล์ 64.09 KB
จำนวนการติดตั้ง 601
เวอร์ชันปัจจุบัน 0.10.4
อัปเดตครั้งล่าสุด 2021-05-13
วันที่เผยแพร่ 2019-03-07
คะแนน 4.21/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Illia Panasenko
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readly",
    "version": "0.10.4",
    "manifest_version": 2,
    "description": "A little Google Reader treatment for Feedly",
    "icons": {
        "16": "icons\/readly-16.png",
        "32": "icons\/readly-32.png",
        "64": "icons\/readly-64.png",
        "128": "icons\/readly-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.feedly.com\/home*",
                "https:\/\/www.feedly.com\/home*",
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}