Font Ocean App
With this app you can see latest font and the most visited one.
Font Ocean Appคืออะไร?
Font Ocean App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.fontocean.com และคุณลักษณะหลักของมันคือ "With this app you can see latest font and the most visited one."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Font Ocean App
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |