Font Ocean App
With this app you can see latest font and the most visited one.
Cos'è Font Ocean App?
Font Ocean App è un'estensione di Chrome sviluppata da http://www.fontocean.com, e la sua funzione principale è "With this app you can see latest font and the most visited one.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Font Ocean App
Scarica i file di estensione Font Ocean App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This application you can fint the most visited font and the lates one from www.fontocean.com
Informazioni di Base sull'Estensione
Nome | |
ID | dcoemppmjkdifgbhjaplagdmoacfefka |
URL Ufficiale | https://chrome.google.com/webstore/detail/font-ocean-app/dcoemppmjkdifgbhjaplagdmoacfefka |
Descrizione | With this app you can see latest font and the most visited one. |
Dimensione del File | 55.24 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-06-18 |
Data di Pubblicazione | 2013-06-18 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | http://www.fontocean.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |