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"
} | |