Tiny Tiny RSS Open in Background Tab

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

Co je Tiny Tiny RSS Open in Background Tab?

Tiny Tiny RSS Open in Background Tab je rozšíření Chrome vyvinuté https://danieltwc.com, a jeho hlavní funkcí je „Open Tiny Tiny RSS links in a background tab using a shortcut key.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tiny Tiny RSS Open in Background Tab

Stáhněte si soubory rozšíření Tiny Tiny RSS Open in Background Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
Oficiální URL https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Popis Open Tiny Tiny RSS links in a background tab using a shortcut key.
Velikost souboru 30.81 KB
Počet instalací 77
Aktuální Verze 0.0.3
Poslední Aktualizace 2023-06-21
Datum Vydání 2019-07-07
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://danieltwc.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Podporované Jazyky 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"
    ]
}