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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grab fonts and colors from the website you're currently visiting at the click of a button."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Web Style Grabber 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}