Themify
View the colors of a website
Wat is Themify?
Themify is een Chrome-extensie ontwikkeld door https://tonybatts.com, en de belangrijkste functie is "View the colors of a website".
Extensie Screenshots
Download het CRX-bestand van de extensie Themify
Download Themify-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
Need some inspiration for your next project? Quickly and easily see and copy colors from your favorite websites. Are you a Web Developer? Great! Configure Themify to output colors in Hex or RGB for code friendly pasting. Are you a Designer? Neato! Configure Themify to output colors in Hex without the "#" for Photoshop friendly pasting. Do you just like colors? You, I like you. Configure Themify to output whatever your heart desires. Need the color of that one pixel? Use the new Eye Dropper feature! Works for images, videos, and anything else on your screen. Keyboard shortcuts: Open Themify: Windows: Alt+f Mac: Option+f Eye Dropper: Windows: Alt+d Mac: Option+f
Basisinformatie over de Extensie
Naam | Themify |
ID | depilomfokpbdjhmagangenafijekkjc |
Officiële URL | https://chromewebstore.google.com/detail/themify/depilomfokpbdjhmagangenafijekkjc |
Beschrijving | View the colors of a website |
Bestandsgrootte | 28.71 KB |
Aantal Installaties | 428 |
Huidige Versie | 2.53 |
Laatst Bijgewerkt | 2022-04-21 |
Publicatiedatum | 2021-05-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://tonybatts.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.tonybatts.com/ |
Help Pagina-URL | https://www.tonybatts.com#contact |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Themify", "version": "2.53", "description": "View the colors of a website", "short_name": "View the colors of a website", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+F", "mac": "Alt+F" } }, "eye-dropper": { "suggested_key": { "default": "Alt+D", "mac": "Alt+D" }, "description": "Opens eyedropper" } } } |