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 là gì?

Tiny Tiny RSS Open in Background Tab là một tiện ích mở rộng Chrome được phát triển bởi https://danieltwc.com, và tính năng chính của nó là "Open Tiny Tiny RSS links in a background tab using a shortcut key.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tiny Tiny RSS Open in Background Tab

Tải xuống các tệp mở rộng Tiny Tiny RSS Open in Background Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tiny Tiny RSS Open in Background Tab Tiny Tiny RSS Open in Background Tab
ID ogckdilemlmpgijdkfophmckcddaeeaa
URL Chính Thức https://chromewebstore.google.com/detail/tiny-tiny-rss-open-in-bac/ogckdilemlmpgijdkfophmckcddaeeaa
Mô tả Open Tiny Tiny RSS links in a background tab using a shortcut key.
Kích Thước Tệp 30.81 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-06-21
Ngày Phát Hành 2019-07-07
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://danieltwc.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://danieltwc.com/2013/tiny-tiny-rss-background-tab-v0-0-1/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}