Font Ocean App

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

Vad är Font Ocean App?

Font Ocean App är en Chrome-tillägg utvecklad av http://www.fontocean.com, och dess huvudfunktion är "With this app you can see latest font and the most visited one.".

Tilläggsskärmbilder

screenshot

Ladda ner Font Ocean App-förlängningens CRX-fil

Ladda ner Font Ocean App-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Font Ocean App Font Ocean App
ID dcoemppmjkdifgbhjaplagdmoacfefka
Officiell webbadress https://chrome.google.com/webstore/detail/font-ocean-app/dcoemppmjkdifgbhjaplagdmoacfefka
Beskrivning With this app you can see latest font and the most visited one.
Filstorlek 55.24 KB
Antal Installationer 32
Aktuell Version 1.1
Senast Uppdaterad 2013-06-18
Publiceringsdatum 2013-06-18
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare http://www.fontocean.com
Betalningssätt free
Stödda Språk 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"
}