Tiny Tiny RSS Open in Background Tab

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

Co to jest Tiny Tiny RSS Open in Background Tab?

Tiny Tiny RSS Open in Background Tab to rozszerzenie Chrome opracowane przez https://danieltwc.com, a jego główną funkcją jest „Open Tiny Tiny RSS links in a background tab using a shortcut key.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tiny Tiny RSS Open in Background Tab

Pobierz pliki rozszerzeń Tiny Tiny RSS Open in Background Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
Oficjalny URL https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Opis Open Tiny Tiny RSS links in a background tab using a shortcut key.
Rozmiar pliku 30.81 KB
Liczba instalacji 77
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2023-06-21
Data Publikacji 2019-07-07
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://danieltwc.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Obsługiwane Języki 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"
    ]
}