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.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Font Ocean App Font Ocean App
ID dcoemppmjkdifgbhjaplagdmoacfefka
官方網址 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"
}