colorexa
Quickly lookup for a color by typing or highlighting its hexadecimal code.
Hvad er colorexa?
colorexa er en Chrome-udvidelse udviklet af Rafael Bardini, og dens hovedfunktion er "Quickly lookup for a color by typing or highlighting its hexadecimal code.".
Udvidelsesskærmbilleder
Download colorexa-udvidelses-CRX-fil
Download colorexa-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | colorexa |
ID | ldpbmphkljpjidkjjcogjeblepgbnlop |
Officiel URL | https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop |
Beskrivelse | Quickly lookup for a color by typing or highlighting its hexadecimal code. |
Filstørrelse | 18.58 KB |
Antal Installationer | 78 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2022-02-20 |
Udgivelsesdato | 2013-06-24 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Rafael Bardini |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://rbardini.github.io/colorexa/ |
Understøttede Sprog | 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": [ " |