Font Ocean App

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

Wat is Font Ocean App?

Font Ocean App is een Chrome-extensie ontwikkeld door http://www.fontocean.com, en de belangrijkste functie is "With this app you can see latest font and the most visited one.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Font Ocean App

Download Font Ocean App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Font Ocean App Font Ocean App
ID dcoemppmjkdifgbhjaplagdmoacfefka
Officiële URL https://chrome.google.com/webstore/detail/font-ocean-app/dcoemppmjkdifgbhjaplagdmoacfefka
Beschrijving With this app you can see latest font and the most visited one.
Bestandsgrootte 55.24 KB
Aantal Installaties 32
Huidige Versie 1.1
Laatst Bijgewerkt 2013-06-18
Publicatiedatum 2013-06-18
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar http://www.fontocean.com
Betalingswijze free
Ondersteunde Talen 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"
}