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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this app you can see latest font and the most visited one."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Font Ocean App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |