Font Ocean App

With this app you can see latest font and the most visited one.

Font Ocean App란 무엇입니까?

Font Ocean App은(는) http://www.fontocean.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With this app you can see latest font and the most visited one."입니다.

확장 프로그램 스크린샷

screenshot

Font Ocean App 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This application you can fint the most visited font and the lates one from www.fontocean.com                    

확장 프로그램 기본 정보

이름 Font Ocean App Font Ocean App
ID dcoemppmjkdifgbhjaplagdmoacfefka
공식 URL https://chrome.google.com/webstore/detail/font-ocean-app/dcoemppmjkdifgbhjaplagdmoacfefka
설명 With this app you can see latest font and the most visited one.
파일 크기 55.24 KB
설치 횟수 32
현재 버전 1.1
최근 업데이트 2013-06-18
출시 날짜 2013-06-18
평점 4.33/5 총 3 개의 평점
개발자 http://www.fontocean.com
결제 유형 free
지원되는 언어 en,en-GB
manifest.json
{
    "background": {
        "page": "views\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/fontocean-128.png",
        "default_popup": "views\/popup.html",
        "default_title": "__MSG_title__"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/fontocean-128.png",
        "64": "images\/fontocean-64.png",
        "48": "images\/fontocean-48.png",
        "32": "images\/fontocean-32.png",
        "16": "images\/fontocean-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "http:\/\/www.fontocean.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}