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
官方網址 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
電子郵箱 [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"
    ]
}