Tiny Tiny RSS Open in Background Tab

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

Was ist Tiny Tiny RSS Open in Background Tab?

Tiny Tiny RSS Open in Background Tab ist eine Chrome-Erweiterung, die von https://danieltwc.com entwickelt wurde, und ihr Hauptmerkmal ist "Open Tiny Tiny RSS links in a background tab using a shortcut key.".

Erweiterungsscreenshots

screenshot

Tiny Tiny RSS Open in Background Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tiny Tiny RSS Open in Background Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
Offizielle URL https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Beschreibung Open Tiny Tiny RSS links in a background tab using a shortcut key.
Dateigröße 30.81 KB
Installationsanzahl 77
Aktuelle Version 0.0.3
Letztes Update 2023-06-21
Veröffentlichungsdatum 2019-07-07
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://danieltwc.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Unterstützte Sprachen 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"
    ]
}