Tab Colorizer | Customize your tab's icon!
Press Command+Shift+Space (or Ctrl+Shift+Space) to flip through tab icon colors.
Tab Colorizer | Customize your tab's icon! क्या है?
Tab Colorizer | Customize your tab's icon! https://tabcolorizer.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press Command+Shift+Space (or Ctrl+Shift+Space) to flip through tab icon colors."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Colorizer | Customize your tab's icon! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
On any tab you have open, you can change the color of the tab's icon to any color you've defined. Giving you the control to highlight important tabs and never lose focus of which one is which. Using the Customizer tool, you can add as many, or as little, color choices as you desire. Pick the colors you like, in any order that works for you!
एक्सटेंशन की मूल जानकारी
नाम | Tab Colorizer | Customize your tab's icon! |
ID | nkdjooaecafkkldnkaokhpaindamlngj |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-colorizer-customize-y/nkdjooaecafkkldnkaokhpaindamlngj |
विवरण | Press Command+Shift+Space (or Ctrl+Shift+Space) to flip through tab icon colors. |
फ़ाइल का आकार | 16.95 MB |
स्थापना संख्या | 11,417 |
वर्तमान संस्करण | 0.9 |
अंतिम अपडेट | 2022-11-13 |
प्रकाशन तिथि | 2018-03-19 |
रेटिंग | 2.45/5 कुल 86 रेटिंग्स |
डेवलपर | https://tabcolorizer.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tabcolorizer.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Colorizer | Customize your tab's icon!", "short_name": "Tab Icon Colorizer", "description": "Press Command+Shift+Space (or Ctrl+Shift+Space) to flip through tab icon colors.", "version": "0.9", "author": "Mathew Komyanek", "manifest_version": 2, "options_page": "options.html", "web_accessible_resources": [ "options.html" ], "background": { "scripts": [ "js\/background_script.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/tabColorizer_16.png", "default_title": "Press Command+Shift+Space (or Ctrl+Shift+Space) to flip through tab icon colors.", "default_popup": "popup.html" }, "commands": { "flip-color-forward": { "suggested_key": { "default": "Ctrl+Shift+Space", "mac": "Command+Shift+Space" }, "description": "Flip colors" } }, "icons": { "16": "images\/tabColorizer_16.png", "32": "images\/tabColorizer_32.png", "48": "images\/tabColorizer_48.png", "128": "images\/tabColorizer_128.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content_script.js" ] } ] } |