TabColor color picker
Extract color codes from opened tabs with TabColor color picker tool
What is TabColor color picker?
TabColor color picker is a Chrome extension developed by Sadrik Kanto, and its main feature is "Extract color codes from opened tabs with TabColor color picker tool".
Extension Screenshots
Download TabColor color picker Extension CRX File
Download TabColor color picker 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
The TabColor Color Picker extracts colors from the page. Features: Eyedropper / color picker tool Compatible with insdustry standarts RGB, HEX, HSV One click copy to the clipboard
Extension Basic Information
Name | TabColor color picker |
ID | kcebljecdacbgcoiajdooincchocggha |
Official URL | https://chromewebstore.google.com/detail/tabcolor-color-picker/kcebljecdacbgcoiajdooincchocggha |
Description | Extract color codes from opened tabs with TabColor color picker tool |
File Size | 300 KB |
Installation Count | 174,387 |
Current Version | 1.0.4 |
Last Updated | 2023-08-15 |
Publish Date | 2022-08-18 |
Rating | 3.80/5 Total 10 Ratings |
Developer | Sadrik Kanto |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/e/2PACX-1vR2A8I3t8P80f-_uc2jBRIGe0QDO-AmD7qtYFGJplWUbCTqnajnqEj8I8bk_kLTHnMQWgfXMUJGHF5a/pub |
Supported Languages | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Tabcolor color picker", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "default_title": "__MSG_badgeAvailable__", "default_popup": "html\/popup.html" }, "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "incognito": "split", "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "alarms", "scripting", "storage" ], "host_permissions": [ " |