Tiny Tiny RSS Open in Background Tab

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

O que é Tiny Tiny RSS Open in Background Tab?

Tiny Tiny RSS Open in Background Tab é uma extensão do Chrome desenvolvida por https://danieltwc.com, e sua principal característica é "Open Tiny Tiny RSS links in a background tab using a shortcut key.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tiny Tiny RSS Open in Background Tab

Baixe arquivos de extensão Tiny Tiny RSS Open in Background Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Open Tiny Tiny RSS links in a background tab using a shortcut key.
Tamanho do Arquivo 30.81 KB
Contagem de Instalações 77
Versão Atual 0.0.3
Última Atualização 2023-06-21
Data de Publicação 2019-07-07
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://danieltwc.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Idiomas Suportados 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"
    ]
}