colorexa
Quickly lookup for a color by typing or highlighting its hexadecimal code.
Co je colorexa?
colorexa je rozšíření Chrome vyvinuté Rafael Bardini, a jeho hlavní funkcí je „Quickly lookup for a color by typing or highlighting its hexadecimal code.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření colorexa
Stáhněte si soubory rozšíření colorexa ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A simple tool to lookup for colors specified as an RGB triplet in hexadecimal format. The background of the pop-up bubble refreshes automatically to represent the color typed in its text field or highlighted in the page. Supports full (six-digits) and abbreviated (three-digit) hexadecimal color codes. Useful when you want to quickly check a color found in the source code of a page or stylesheet. Visit the extension's website for a live preview.
Základní Informace o Rozšíření
Název | colorexa |
ID | ldpbmphkljpjidkjjcogjeblepgbnlop |
Oficiální URL | https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop |
Popis | Quickly lookup for a color by typing or highlighting its hexadecimal code. |
Velikost souboru | 18.58 KB |
Počet instalací | 78 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2022-02-20 |
Datum Vydání | 2013-06-24 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Rafael Bardini |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://rbardini.github.io/colorexa/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "colorexa", "version": "2.0.0", "description": "Quickly lookup for a color by typing or highlighting its hexadecimal code.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "scripting", "activeTab" ], "content_scripts": [ { "all_frames": true, "js": [ "js\/content-script.js" ], "matches": [ " |