Tiny Tiny RSS Open in Background Tab

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

Qu'est-ce que Tiny Tiny RSS Open in Background Tab ?

Tiny Tiny RSS Open in Background Tab est une extension Chrome développée par https://danieltwc.com, et sa fonction principale est "Open Tiny Tiny RSS links in a background tab using a shortcut key.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tiny Tiny RSS Open in Background Tab

Téléchargez les fichiers d'extension Tiny Tiny RSS Open in Background Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
URL Officiel https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Description Open Tiny Tiny RSS links in a background tab using a shortcut key.
Taille du Fichier 30.81 KB
Nombre d'Installations 77
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-06-21
Date de Publication 2019-07-07
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://danieltwc.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Langues Prises en Charge 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"
    ]
}