Tiny Tiny RSS Open in Background Tab

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

¿Qué es Tiny Tiny RSS Open in Background Tab?

Tiny Tiny RSS Open in Background Tab es una extensión de Chrome desarrollada por https://danieltwc.com, y su función principal es "Open Tiny Tiny RSS links in a background tab using a shortcut key.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tiny Tiny RSS Open in Background Tab

Descarga archivos de extensión Tiny Tiny RSS Open in Background Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
URL Oficial https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Descripción Open Tiny Tiny RSS links in a background tab using a shortcut key.
Tamaño del Archivo 30.81 KB
Cantidad de Instalaciones 77
Versión Actual 0.0.3
Última Actualización 2023-06-21
Fecha de Publicación 2019-07-07
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador https://danieltwc.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Idiomas Soportados 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"
    ]
}