Feedly Star Opener

Open feedly saved items in background tab

What is Feedly Star Opener?

Feedly Star Opener is a Chrome extension developed by softantenna, and its main feature is "Open feedly saved items in background tab".

Extension Screenshots

screenshot

Download Feedly Star Opener Extension CRX File

Download Feedly Star Opener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a Chrome extension that opens all items saved (Read Later) in Feedly at once in the background.

Pressing the "w" key in the Read Later view will open 8 articles at once by default.

Please select "Title-Only View" in the Read Later view. Other views are not supported.

Feedlyで保存(Read Later)したアイテムをバックグラウンドで一気に開くChrome拡張です。

気になる記事を保存しておき、まとめて後から確認したい場合に便利です。Read Laterビューで"w"キーを押すとデフォルトで8個の記事をまとめて開く事ができます。

※Read Laterビューでは「Title-Only View」を選択してください。それ以外の表示方法には対応していません。                    

Extension Basic Information

Name Feedly Star Opener Feedly Star Opener
ID hecknmjndpndohooejpacafgliphbbop
Official URL https://chromewebstore.google.com/detail/feedly-star-opener/hecknmjndpndohooejpacafgliphbbop
Description Open feedly saved items in background tab
File Size 51.35 KB
Installation Count 53
Current Version 3.3
Last Updated 2023-12-03
Publish Date 2018-03-22
Rating 5.00/5 Total 3 Ratings
Developer softantenna
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Feedly Star Opener",
    "version": "3.3",
    "description": "Open feedly saved items in background tab",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "js\/contentscripts.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/feedly.com\/*",
        "https:\/\/feedly.com\/*"
    ],
    "icons": {
        "16": "img\/fav2_16.png",
        "48": "img\/fav2_48.png",
        "128": "img\/fav2_128.png"
    }
}