Tiny Tiny RSS Open in Background Tab

Open Tiny Tiny RSS links in a background tab using a shortcut key.

What is Tiny Tiny RSS Open in Background Tab?

Tiny Tiny RSS Open in Background Tab is a Chrome extension developed by https://danieltwc.com, and its main feature is "Open Tiny Tiny RSS links in a background tab using a shortcut key.".

Extension Screenshots

screenshot

Download Tiny Tiny RSS Open in Background Tab Extension CRX File

Download Tiny Tiny RSS Open in Background Tab 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

                        When Google Reader announced it was shutting down, I moved to Tiny Tiny RSS. In Tiny Tiny RSS, the standard action for opening links in a new tab also raises the tab, interrupting your consumption of the feeds.

This Chrome extension lets you configure a shortcut key to open items in a background tab. In conjunction with the googlereaderkeys Tiny Tiny RSS plugin you can have a pretty efficient process for reading feeds.

Released under the MIT license.                    

Extension Basic Information

Name Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
Official URL https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Description Open Tiny Tiny RSS links in a background tab using a shortcut key.
File Size 30.81 KB
Installation Count 77
Current Version 0.0.3
Last Updated 2023-06-21
Publish Date 2019-07-07
Rating 3.67/5 Total 3 Ratings
Developer https://danieltwc.com
Email [email protected]
Payment Type free
Extension Website https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiny Tiny RSS Open in Background Tab",
    "version": "0.0.3",
    "description": "Open Tiny Tiny RSS links in a background tab using a shortcut key.",
    "icons": {
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/handler.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}