Readly

A little Google Reader treatment for Feedly

什麼是Readly?

Readly是由Illia Panasenko開發的Chrome擴展程式,該擴展的主要功能是“A little Google Reader treatment for Feedly”。

擴展截圖

screenshot

下載Readly擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}