Pantone Color Code Reveal
Simple Extension to get color rbg & hex code
Qu'est-ce que Pantone Color Code Reveal ?
Pantone Color Code Reveal est une extension Chrome développée par spinetax, et sa fonction principale est "Simple Extension to get color rbg & hex code".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pantone Color Code Reveal
Téléchargez les fichiers d'extension Pantone Color Code Reveal 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
Simple extension to reveal pantone color RGB & HEX code on the website.
Informations de Base sur l'Extension
Nom | Pantone Color Code Reveal |
ID | enlicnagnlabekmlceijgnocknhdegih |
URL Officiel | https://chromewebstore.google.com/detail/pantone-color-code-reveal/enlicnagnlabekmlceijgnocknhdegih |
Description | Simple Extension to get color rbg & hex code |
Taille du Fichier | 12.96 KB |
Nombre d'Installations | 632 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2022-11-28 |
Date de Publication | 2022-10-24 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | spinetax |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pantone Color Code Reveal", "description": "Simple Extension to get color rbg & hex code", "version": "0.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "action": [], "content_scripts": [ { "matches": [ "*:\/\/*.pantone.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |