Color and Fonts Extractor
This extension is meant to help you extract the color palette and font of any website
Color and Fonts Extractor क्या है?
Color and Fonts Extractor nh2amine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is meant to help you extract the color palette and font of any website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Color and Fonts Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The real purpose of this extension is to simplify the extraction of the color palette and fonts names of any website. if you are a designer or front-end developer, you can easily extract copy and paste the color palette and the font names used in any website with just 2 clicks. You can than copy and past as css varibles in your css/scss files. You can also extract each color individually in RGB(A), Hex or HSL format.
एक्सटेंशन की मूल जानकारी
नाम | Color and Fonts Extractor |
ID | jbnjlcapocfdcoieepfpmcjfjhjdfibo |
आधिकारिक URL | https://chromewebstore.google.com/detail/color-and-fonts-extractor/jbnjlcapocfdcoieepfpmcjfjhjdfibo |
विवरण | This extension is meant to help you extract the color palette and font of any website |
फ़ाइल का आकार | 182 KB |
स्थापना संख्या | 2,878 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2020-06-10 |
प्रकाशन तिथि | 2020-06-09 |
रेटिंग | 1.00/5 कुल 4 रेटिंग्स |
डेवलपर | nh2amine |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color and Fonts Extractor", "version": "1.0.4", "description": "This extension is meant to help you extract the color palette and font of any website", "manifest_version": 2, "icons": { "16": "icon_16.png", "24": "icon_24.png", "32": "icon_32.png", "128": "icon_128.png" }, "permissions": [ "activeTab", "clipboardWrite" ], "browser_action": { "default_icon": { "16": "icon_16.png", "24": "icon_24.png", "32": "icon_32.png", "128": "icon_128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |