Font Ocean App
With this app you can see latest font and the most visited one.
Co je Font Ocean App?
Font Ocean App je rozšíření Chrome vyvinuté http://www.fontocean.com, a jeho hlavní funkcí je „With this app you can see latest font and the most visited one.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Font Ocean App
Stáhněte si soubory rozšíření Font Ocean App ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This application you can fint the most visited font and the lates one from www.fontocean.com
Základní Informace o Rozšíření
Název | |
ID | dcoemppmjkdifgbhjaplagdmoacfefka |
Oficiální URL | https://chrome.google.com/webstore/detail/font-ocean-app/dcoemppmjkdifgbhjaplagdmoacfefka |
Popis | With this app you can see latest font and the most visited one. |
Velikost souboru | 55.24 KB |
Počet instalací | 32 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2013-06-18 |
Datum Vydání | 2013-06-18 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | http://www.fontocean.com |
Typ Platby | free |
Podporované Jazyky | 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" } |