Font Highligher

Highlight selected font on the page

Font Highligher란 무엇입니까?

Font Highligher은(는) http://www.ephifonts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight selected font on the page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Font Highligher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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!                    

확장 프로그램 기본 정보

이름 Font Highligher Font Highligher
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:\/\/*\/*"
    ]
}