Font Ocean App
With this app you can see latest font and the most visited one.
什么是Font Ocean App?
Font Ocean App是由http://www.fontocean.com开发的Chrome扩展程序,该扩展的主要功能是“With this app you can see latest font and the most visited one.”。
扩展截图
下载Font Ocean App扩展crx文件
下载Font Ocean App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This application you can fint the most visited font and the lates one from www.fontocean.com
扩展基本信息
名称 | |
ID | dcoemppmjkdifgbhjaplagdmoacfefka |
官方URL | https://chrome.google.com/webstore/detail/font-ocean-app/dcoemppmjkdifgbhjaplagdmoacfefka |
简介 | With this app you can see latest font and the most visited one. |
文件大小 | 55.24 KB |
安装次数 | 32 |
当前版本 | 1.1 |
更新时间 | 2013-06-18 |
上架时间 | 2013-06-18 |
评分 | 4.33/5 共3次评分 |
开发者 | http://www.fontocean.com |
付费类型 | free |
支持的语言 | 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" } |