Mark this tab!
Extension which marks your tabs and you can find it
Qu'est-ce que Mark this tab! ?
Mark this tab! est une extension Chrome développée par Andrey Esin, et sa fonction principale est "Extension which marks your tabs and you can find it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mark this tab!
Téléchargez les fichiers d'extension Mark this tab! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Mark this tab! |
ID | elpmfpacelndpdgiachjinkbfjddichb |
URL Officiel | https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb |
Description | Extension which marks your tabs and you can find it |
Taille du Fichier | 48.53 KB |
Nombre d'Installations | 29 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2022-01-29 |
Date de Publication | 2022-01-20 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Andrey Esin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/esin/markThisTab |
Langues Prises en Charge | 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" } } } |