Tiny Tiny RSS Open in Background Tab

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

Tiny Tiny RSS Open in Background Tabとは何ですか?

Tiny Tiny RSS Open in Background Tabはhttps://danieltwc.comによって開発されたChromeの拡張機能で、その主な機能は「Open Tiny Tiny RSS links in a background tab using a shortcut key.」です。

拡張機能のスクリーンショット

screenshot

Tiny Tiny RSS Open in Background Tab拡張機能のCRXファイルをダウンロード

Tiny Tiny RSS Open in Background Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
公式URL https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
説明 Open Tiny Tiny RSS links in a background tab using a shortcut key.
ファイルサイズ 30.81 KB
インストール数 77
現在のバージョン 0.0.3
最終更新日 2023-06-21
公開日 2019-07-07
評価 3.67/5 合計 3 レビュー
開発者 https://danieltwc.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
対応言語 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"
    ]
}