Mark this tab!
Extension which marks your tabs and you can find it
What is Mark this tab!?
Mark this tab! is a Chrome extension developed by Andrey Esin, and its main feature is "Extension which marks your tabs and you can find it".
Extension Screenshots
Download Mark this tab! Extension CRX File
Download Mark this tab! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Mark this tab! |
ID | elpmfpacelndpdgiachjinkbfjddichb |
Official URL | https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb |
Description | Extension which marks your tabs and you can find it |
File Size | 48.53 KB |
Installation Count | 29 |
Current Version | 0.1.2 |
Last Updated | 2022-01-29 |
Publish Date | 2022-01-20 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Andrey Esin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/esin/markThisTab |
Supported Languages | 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" } } } |