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.”。
擴展截圖
下載Unread Tab擴展crx文件
下載Unread Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | aabpiidneeojeichdhncnjmdopgglakk |
官方網址 | 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:\/\/*\/*" ] } |