Tiny Tiny RSS Open in Background Tab

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

Apa itu Tiny Tiny RSS Open in Background Tab?

Tiny Tiny RSS Open in Background Tab adalah ekstensi Chrome yang dikembangkan oleh https://danieltwc.com, dan fitur utamanya adalah "Open Tiny Tiny RSS links in a background tab using a shortcut key.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tiny Tiny RSS Open in Background Tab

Unduh file ekstensi Tiny Tiny RSS Open in Background Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
URL Resmi https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Deskripsi Open Tiny Tiny RSS links in a background tab using a shortcut key.
Ukuran File 30.81 KB
Jumlah Instalasi 77
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2023-06-21
Tanggal Publikasi 2019-07-07
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://danieltwc.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Bahasa yang Didukung 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"
    ]
}