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
公式URL 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"
    }
}