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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}