Unread Tab

Flags unvisited/unread (opened in the background) tabs, so it is easy to recognise what tabs still need to be read.

Unread Tab란 무엇입니까?

Unread Tab은(는) https://stanislaw.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flags unvisited/unread (opened in the background) tabs, so it is easy to recognise what tabs still need to be read."입니다.

확장 프로그램 스크린샷

screenshot

Unread Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Flags unvisited/unread (opened in the background, usually with the middle click) tabs, so it is easy to recognise what tabs still need to be read/visited.

You will easily know what tab you opened but have not yet looked into it. It is especially useful when you are searching for something on the internet, opening many links in the background. After a while you may be confused what tabs you have read and what you still need to look into. This extenstion solves the issue. You will always know what tabs was never visited.

The given version is based on the original Unread Tab 1.3 by Adam Grodzki and inspired by Anton Marchenko's needs 😉 and his experience in using “Yandex.Browser”.

The main differences of this version are:
– options: prefix;
– removed usage surveillance 😮;
– Russian 🇷🇺 and German 🇩🇪 languages;
– unread flags are restored even if tabs' titles are automatically changed (e. g. by YouTube).

The project is open-source and public at GitHub: https://github.com/stanislawru/unread-tab                    

확장 프로그램 기본 정보

이름 Unread Tab Unread Tab
ID aabpiidneeojeichdhncnjmdopgglakk
공식 URL https://chromewebstore.google.com/detail/unread-tab/aabpiidneeojeichdhncnjmdopgglakk
설명 Flags unvisited/unread (opened in the background) tabs, so it is easy to recognise what tabs still need to be read.
파일 크기 27.59 KB
설치 횟수 151
현재 버전 1.7.4
최근 업데이트 2024-01-08
출시 날짜 2019-12-12
평점 3.88/5 총 8 개의 평점
개발자 https://stanislaw.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://stanislaw.ru/eng/author/software.asp#unread-tab
도움말 페이지 URL https://stanislaw.ru/eng/author/software.asp#form
개인정보 보호 정책 페이지 URL https://stanislaw.ru/eng/website/privacy.asp
지원되는 언어 de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "author": "__MSG_extensionAuthors__",
    "description": "__MSG_extensionDescription__",
    "version": "1.7.4",
    "icons": {
        "48": "icons\/unread-tab-048x048.png",
        "96": "icons\/unread-tab-096x096.png",
        "128": "icons\/unread-tab-128x128.png"
    },
    "background": {
        "service_worker": "scripts\/service_worker.js",
        "type": "module"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "background",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}