Color Pickle
Get color pickles from the store.
Wat is Color Pickle?
Color Pickle is een Chrome-extensie ontwikkeld door Rouxy, en de belangrijkste functie is "Get color pickles from the store.".
Extensie Screenshots
Download het CRX-bestand van de extensie Color Pickle
Download Color Pickle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Choose a suitable color for your application and get hex code below
Basisinformatie over de Extensie
Naam | |
ID | ajcjoillkdemmnkmacpekjepofpipdla |
Officiële URL | https://chromewebstore.google.com/detail/color-pickle/ajcjoillkdemmnkmacpekjepofpipdla |
Beschrijving | Get color pickles from the store. |
Bestandsgrootte | 41.15 KB |
Aantal Installaties | 49 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-06-03 |
Publicatiedatum | 2022-06-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Rouxy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Pickle", "description": "Get color pickles from the store.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "16-16.png", "32": "32-32.png", "48": "48-48.png", "128": "128-128.png" } } |