Mark this tab!
Extension which marks your tabs and you can find it
什么是Mark this tab!?
Mark this tab!是由Andrey Esin开发的Chrome扩展程序,该扩展的主要功能是“Extension which marks your tabs and you can find it”。
扩展截图
下载Mark this tab!扩展crx文件
下载Mark this tab!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply marks you tab icon with small circle and you will find your tab You can change mark's color ( 🟢->🔵-> 🟣-> 🔴-> 🟠-> 🟡-> ⚪-> ⚫) by quick click or remove mark without reloading page
扩展基本信息
名称 | Mark this tab! |
ID | elpmfpacelndpdgiachjinkbfjddichb |
官方URL | https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb |
简介 | Extension which marks your tabs and you can find it |
文件大小 | 48.53 KB |
安装次数 | 29 |
当前版本 | 0.1.2 |
更新时间 | 2022-01-29 |
上架时间 | 2022-01-20 |
评分 | 4.50/5 共2次评分 |
开发者 | Andrey Esin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/esin/markThisTab |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mark this tab!", "description": "Extension which marks your tabs and you can find it", "version": "0.1.2", "manifest_version": 3, "permissions": [ "contextMenus", "activeTab", "scripting", "storage", "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "action": [], "icons": { "48": "\/icons\/48.png", "128": "\/icons\/128.png", "512": "\/icons\/512.png" }, "commands": { "mark_tab": { "suggested_key": { "linux": "Alt+T", "windows": "Alt+T", "mac": "MacCtrl+Command+T" }, "description": "Mark tab with default mark" } } } |