feedly shortcuts

This extension supplies shortcuts adjusting font-size and width of feed content for feedly

什麼是feedly shortcuts?

feedly shortcuts是由jeffsun.tj開發的Chrome擴展程式,該擴展的主要功能是“This extension supplies shortcuts adjusting font-size and width of feed content for feedly”。

擴展截圖

screenshot

下載feedly shortcuts擴展crx文件

下載feedly shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        three supplementary shortcuts for feedly
this extension makes feedly more similar to google reader
=/- zoom in/out the font size in the opening article
+/_ widen/narrow the content
any suggestion is welcome

1.1.7
add meta tag specifying 'no-referrer' policy

1.1.6
minor fix for image style

1.1.5
adapte to latest feedly.com
centrailize images in feed

1.1.4
some minor fixes

1.1.3
fix permissions
be able to adjust font size of within html tag other than 

be able to adjust content width of rss feed (use _/+) a usable popup window 1.1.2 support https connection 1.1.1 update for new url of feedly make content centerlized in feedly

擴展基本資訊

名稱 feedly shortcuts feedly shortcuts
ID ljfabpoffmgadjjfokkemmnamloihbco
官方網址 https://chromewebstore.google.com/detail/feedly-shortcuts/ljfabpoffmgadjjfokkemmnamloihbco
簡介 This extension supplies shortcuts adjusting font-size and width of feed content for feedly
檔案大小 27.27 KB
安裝次數 55
目前版本 1.1.7
更新時間 2019-06-19
上架時間 2019-06-19
評分 4.00/5 共 1 次評分
開發者 jeffsun.tj
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "feedly shortcuts",
    "description": "This extension supplies shortcuts adjusting font-size and width of feed content for feedly",
    "version": "1.1.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "feedly_injector.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/feedly.com\/*",
        "https:\/\/feedly.com\/*"
    ],
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    }
}