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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}