Font Ocean App
With this app you can see latest font and the most visited one.
O que é Font Ocean App?
Font Ocean App é uma extensão do Chrome desenvolvida por http://www.fontocean.com, e sua principal característica é "With this app you can see latest font and the most visited one.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Font Ocean App
Baixe arquivos de extensão Font Ocean App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This application you can fint the most visited font and the lates one from www.fontocean.com
Informações Básicas da Extensão
Nome | |
ID | dcoemppmjkdifgbhjaplagdmoacfefka |
URL Oficial | https://chrome.google.com/webstore/detail/font-ocean-app/dcoemppmjkdifgbhjaplagdmoacfefka |
Descrição | With this app you can see latest font and the most visited one. |
Tamanho do Arquivo | 55.24 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.1 |
Última Atualização | 2013-06-18 |
Data de Publicação | 2013-06-18 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | http://www.fontocean.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |