Readly

A little Google Reader treatment for Feedly

Readly là gì?

Readly là một tiện ích mở rộng Chrome được phát triển bởi Illia Panasenko, và tính năng chính của nó là "A little Google Reader treatment for Feedly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Readly

Tải xuống các tệp mở rộng Readly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Readly Readly
ID aflgknnjpkjdoapemodkijpmgclcingn
URL Chính Thức https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn
Mô tả A little Google Reader treatment for Feedly
Kích Thước Tệp 64.09 KB
Số Lần Cài Đặt 601
Phiên Bản Hiện Tại 0.10.4
Cập Nhật Lần Cuối 2021-05-13
Ngày Phát Hành 2019-03-07
Đánh Giá 4.21/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Illia Panasenko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}