Tiny Tiny RSS Open in Background Tab

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

Wat is Tiny Tiny RSS Open in Background Tab?

Tiny Tiny RSS Open in Background Tab is een Chrome-extensie ontwikkeld door https://danieltwc.com, en de belangrijkste functie is "Open Tiny Tiny RSS links in a background tab using a shortcut key.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tiny Tiny RSS Open in Background Tab

Download Tiny Tiny RSS Open in Background Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
Officiële URL https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Beschrijving Open Tiny Tiny RSS links in a background tab using a shortcut key.
Bestandsgrootte 30.81 KB
Aantal Installaties 77
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-06-21
Publicatiedatum 2019-07-07
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://danieltwc.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Ondersteunde Talen 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"
    ]
}