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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://danieltwc.com และคุณลักษณะหลักของมันคือ "Open Tiny Tiny RSS links in a background tab using a shortcut key."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiny Tiny RSS Open in Background Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}