Coolors to Power BI Theme
Extracts color codes from Coolors palette pages and saves them as Power BI Theme JSON file - Developed by Vahid Doustimajd
Τι είναι το Coolors to Power BI Theme;
Το Coolors to Power BI Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vahiddm.com, και η κύρια λειτουργία του είναι "Extracts color codes from Coolors palette pages and saves them as Power BI Theme JSON file - Developed by Vahid Doustimajd".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Coolors to Power BI Theme
Λήψη αρχείων επέκτασης Coolors to Power BI Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
"Coolors to Power BI Theme" is a powerful extension that helps you to extract a Power BI theme from Coolors.co . With this extension, you can effortlessly extract color hex codes from Coolors palettes and create beautiful Power BI themes in just a few clicks. Here's what you can do with "Coolors to Power BI Theme": 1. Easy Palette Extraction: Browse Coolors.co to discover an endless array of stunning color palettes. When you find one that catches your eye, simply open the palette page. 2. Automatic Theme Generation: With a single click on the extension button, "Coolors to Power BI Theme" instantly downloads a Power BI theme JSON file based on the colors from your selected Coolors palette. 3. Ready to Use: Your Power BI JSON theme file is ready and you can import it into Power BI to check your reports and visualizations in your chosen color palette. 4. Customization Options: The generated theme JSON file is fully customizable, allowing you to fine-tune the color scheme to perfectly match your design preferences. Tailor your Power BI themes with ease and precision. 5. Time-saving Efficiency: Say goodbye to manual color selection and tedious theme creation. "Coolors to Power BI Theme" streamlines the process, saving you valuable time and effort. 6. Availability: The JSON theme file can be used in any report you have and it can be stored for future use Unleash your creativity and enhance your Power BI visualizations with the vibrant color palettes from Coolors.co. Download "Coolors to Power BI Theme" now and transform the way you design and present data in Power BI! ◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦•◦ Version History: Version 1.1.0 In this new version, I have added exciting new functionality to enhance your experience. Now, our extension not only supports Coolors palette pages but also supports the 'Palette Generator' page. This means you can effortlessly extract color codes and create Power BI theme files from both Coolors palette pages and the dedicated creation page. Whether you're browsing existing palettes or designing your own, our extension has got you covered. Upgrade now and enjoy a seamless workflow with our improved compatibility and enhanced features!"
Βασικές Πληροφορίες Επέκτασης
Όνομα | Coolors to Power BI Theme |
ID | inaklpdkfopgakhpkfdopaoaiagebofd |
Επίσημο URL | https://chromewebstore.google.com/detail/coolors-to-power-bi-theme/inaklpdkfopgakhpkfdopaoaiagebofd |
Περιγραφή | Extracts color codes from Coolors palette pages and saves them as Power BI Theme JSON file - Developed by Vahid Doustimajd |
Μέγεθος Αρχείου | 13.67 KB |
Αριθμός Εγκαταστάσεων | 864 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2023-09-19 |
Ημερομηνία Δημοσίευσης | 2023-05-18 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://vahiddm.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.vahiddm.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.vahiddm.com/post/coolors-to-powerbi-theme |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Coolors to Power BI Theme", "description": "Extracts color codes from Coolors palette pages and saves them as Power BI Theme JSON file - Developed by Vahid Doustimajd", "version": "1.1.0", "permissions": [ "activeTab", "downloads", "notifications" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |