Font Ocean App

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

Qu'est-ce que Font Ocean App ?

Font Ocean App est une extension Chrome développée par http://www.fontocean.com, et sa fonction principale est "With this app you can see latest font and the most visited one.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Font Ocean App

Téléchargez les fichiers d'extension Font Ocean App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Font Ocean App Font Ocean App
ID dcoemppmjkdifgbhjaplagdmoacfefka
URL Officiel https://chrome.google.com/webstore/detail/font-ocean-app/dcoemppmjkdifgbhjaplagdmoacfefka
Description With this app you can see latest font and the most visited one.
Taille du Fichier 55.24 KB
Nombre d'Installations 32
Version Actuelle 1.1
Dernière Mise à Jour 2013-06-18
Date de Publication 2013-06-18
Évaluation 4.33/5 Total 3 Évaluations
Développeur http://www.fontocean.com
Type de Paiement free
Langues Prises en Charge 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"
}