Web Style Grabber
Grab fonts and colors from the website you're currently visiting at the click of a button.
Web Style Grabber क्या है?
Web Style Grabber BRAINSPIN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grab fonts and colors from the website you're currently visiting at the click of a button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Style Grabber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
All you have to do is visit a website, and click on the extension thumbnail, and the plug-in does the rest. We created this extension mainly for web designers. We wanted to make it easy for them to get fonts and colors from a website without having to tediously inspect each element to get them. It's meant to generate inspiration and ideas based on other website's styles. Of course, it's not just for designers. Anyone that is curious or has a use for it is welcome to use it. Version 2.0.1 Minor bug fixes Version 2.0 Able to choose the amount of fonts and colors you want displayed. You can change a color elimination strength bar to eliminate similar colors. The higher the bar the colors displayed will be less and less similar to each other. Changed main description Notes: There is going to be a lag time between the site update and the extension update because Chrome rolls out updates every few ours and if the site is updated before the extension the extension will not work. Version 1.1 Name and description update Version 1.0 Launched
एक्सटेंशन की मूल जानकारी
नाम | Web Style Grabber |
ID | hbodpjgiceemnkiiihclopbckibcnaim |
आधिकारिक URL | https://chromewebstore.google.com/detail/web-style-grabber/hbodpjgiceemnkiiihclopbckibcnaim |
विवरण | Grab fonts and colors from the website you're currently visiting at the click of a button. |
फ़ाइल का आकार | 16.2 KB |
स्थापना संख्या | 534 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2016-02-18 |
प्रकाशन तिथि | 2016-02-18 |
डेवलपर | BRAINSPIN |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.brainspin.com/tools/webstylegrabber/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Style Grabber", "description": "Grab fonts and colors from the website you're currently visiting at the click of a button.", "version": "2.0.1", "browser_action": { "default_icon": "icon48.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "tabs" ] } |