Pantone Color Code Reveal
Simple Extension to get color rbg & hex code
Apa itu Pantone Color Code Reveal?
Pantone Color Code Reveal adalah ekstensi Chrome yang dikembangkan oleh spinetax, dan fitur utamanya adalah "Simple Extension to get color rbg & hex code".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pantone Color Code Reveal
Unduh file ekstensi Pantone Color Code Reveal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Simple extension to reveal pantone color RGB & HEX code on the website.
Informasi Dasar Ekstensi
Nama | Pantone Color Code Reveal |
ID | enlicnagnlabekmlceijgnocknhdegih |
URL Resmi | https://chromewebstore.google.com/detail/pantone-color-code-reveal/enlicnagnlabekmlceijgnocknhdegih |
Deskripsi | Simple Extension to get color rbg & hex code |
Ukuran File | 12.96 KB |
Jumlah Instalasi | 632 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2022-11-28 |
Tanggal Publikasi | 2022-10-24 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | spinetax |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |