Font Ocean App

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

Что такое Font Ocean App?

Font Ocean App - это расширение Chrome, разработанное http://www.fontocean.com, и его основная функция - "With this app you can see latest font and the most visited one.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Font Ocean App

Скачайте файлы расширений Font Ocean App в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
}