Font Highligher
Highlight selected font on the page
Font Highligher क्या है?
Font Highligher http://www.ephifonts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight selected font on the page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Font Highligher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you ever wished there was an easier way to find out which fonts are being used on the web pages you visit? Well look no further! Font Highlighter allows you to simply click the icon within your navigation bar and it will display all the fonts within the CSS file. Select any of the listed fonts shown and the extension will then highlight all of the text using the selected font. Click the "Clear" option to remove all of the text highlighting. Simple as 1,2,3!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ohfmeinpoefdciognpnhfljfimpanjac |
आधिकारिक URL | https://chrome.google.com/webstore/detail/font-highligher/ohfmeinpoefdciognpnhfljfimpanjac |
विवरण | Highlight selected font on the page |
फ़ाइल का आकार | 84.89 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2013-09-17 |
प्रकाशन तिथि | 2013-09-12 |
डेवलपर | http://www.ephifonts.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "0.1.0", "description": "__MSG_extensionDescription__", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_locale": "en", "homepage_url": "http:\/\/www.aidevs.com\/", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "css": [ "content.css" ], "js": [ "lib\/fontdetect.js", "lib\/jquery-2.0.3.js", "content.js" ] } ], "page_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "__MSG_pageActionTitle__", "default_popup": "popup.html" }, "minimum_chrome_version": "21.0", "offline_enabled": false, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |