Font Ocean App

With this app you can see latest font and the most visited one.

Font Ocean App là gì?

Font Ocean App là một tiện ích mở rộng Chrome được phát triển bởi http://www.fontocean.com, và tính năng chính của nó là "With this app you can see latest font and the most visited one.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Font Ocean App

Tải xuống các tệp mở rộng Font Ocean App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This application you can fint the most visited font and the lates one from www.fontocean.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Font Ocean App Font Ocean App
ID dcoemppmjkdifgbhjaplagdmoacfefka
URL Chính Thức https://chrome.google.com/webstore/detail/font-ocean-app/dcoemppmjkdifgbhjaplagdmoacfefka
Mô tả With this app you can see latest font and the most visited one.
Kích Thước Tệp 55.24 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-06-18
Ngày Phát Hành 2013-06-18
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.fontocean.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}