Tiny Tiny RSS Open in Background Tab

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

Cos'è Tiny Tiny RSS Open in Background Tab?

Tiny Tiny RSS Open in Background Tab è un'estensione di Chrome sviluppata da https://danieltwc.com, e la sua funzione principale è "Open Tiny Tiny RSS links in a background tab using a shortcut key.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tiny Tiny RSS Open in Background Tab

Scarica i file di estensione Tiny Tiny RSS Open in Background Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
URL Ufficiale https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Descrizione Open Tiny Tiny RSS links in a background tab using a shortcut key.
Dimensione del File 30.81 KB
Conteggio Installazioni 77
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-06-21
Data di Pubblicazione 2019-07-07
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://danieltwc.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Lingue Supportate 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"
    ]
}