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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flags unvisited/unread (opened in the background) tabs, so it is easy to recognise what tabs still need to be read."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unread Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}