Fontify for Google Chat™

Fontify text messages in Google Chat™

Fontify for Google Chat™란 무엇입니까?

Fontify for Google Chat™은(는) Jonathan Abramson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fontify text messages in Google Chat™"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fontify for Google Chat™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Fontify for Google Chat™ uses a sophisticated machine-learning algorithm to automatically change your messages' font to best suit their content!

* WHAT'S NEW *
*1.0.3 *
Better support the new Google Hangouts™
*1.0.2 *
This version supports the new Google Hangouts™!

Fontify for Google Chat™ is fun: enter a text message and immediately see how Fontify changes the font of the message to best reflect the content of the message. 

Tell your friend to install Fontify for Google Chat™ so they can also see your messages styled as you see them.

Learn more:
Every text you see over the Internet, whether it's in Google Chat™ or if it's on your favorite blog has a style and a major part of this style is its font. But sometimes the font is the best font for the text's content. Like when you write an informal chat message vs. a technical explanation. The font should reflect the content of the text. In this point Fontify comes in handy.

Fontify for Google Chat™ is part of a MSc project that tries to match the best font for a given text based on the text's content. We've used a web crawler to gather and learn the texts and fonts of millions of web pages over the Internet. We used this massive data-set to create a classifier that can decide which font (or font-family) is best for a given text in real-time!

We are still keep working on the algorithm to make it better, and we hope to add new exciting features in the future.

Google Chat is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Fontify for Google Chat™ Fontify for Google Chat™
ID ahkbbpklfnlmilejfjalgmjoojaamekg
공식 URL https://chrome.google.com/webstore/detail/fontify-for-google-chat/ahkbbpklfnlmilejfjalgmjoojaamekg
설명 Fontify text messages in Google Chat™
파일 크기 89.64 KB
설치 횟수 609
현재 버전 1.0.3
최근 업데이트 2013-11-19
출시 날짜 2013-11-19
평점 1.00/5 총 4 개의 평점
개발자 Jonathan Abramson
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery-1-8-2.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/talkgadget.google.com\/*",
                "http:\/\/talkgadget.google.com\/*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "name": "Fontify for Google Chat\u2122",
    "description": "Fontify text messages in Google Chat\u2122",
    "permissions": [
        "*:\/\/talkgadget.google.com\/*",
        "*:\/\/mail.google.com\/*",
        "*:\/\/fontify.herokuapp.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "manifest_version": 2
}