Mark this tab!
Extension which marks your tabs and you can find it
Mark this tab! क्या है?
Mark this tab! Andrey Esin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension which marks your tabs and you can find it"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mark this tab! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |