Fokus

Emphasized text-highlighting

Fokus란 무엇입니까?

Fokus은(는) hakim.elhattab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Emphasized text-highlighting"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Fokus emphasizes anything you select by covering the rest of the page with a semi-transparent black overlay.

You can try it out here http://lab.hakim.se/fokus/ before installing.

The plugin comes with a few options that can be accessed from Chrome's extension listing page. This allows you to:
- Adjust overlay opacity
- Specify a modifier key shift/ctrl/alt/cmd which must be held down to active the overlay 
- Adjust the padding around selection                    

확장 프로그램 기본 정보

이름 Fokus Fokus
ID flkkpmjbbpijiedjdgnhkcgopgnflehe
공식 URL https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe
설명 Emphasized text-highlighting
파일 크기 10.25 KB
설치 횟수 1,157
현재 버전 1.7
최근 업데이트 2012-09-30
출시 날짜 2012-09-30
평점 4.37/5 총 27 개의 평점
개발자 hakim.elhattab
결제 유형 free
확장 프로그램 웹 사이트 http://lab.hakim.se/fokus
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fokus",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Emphasized text-highlighting",
    "icons": {
        "16": "fokus16.png",
        "48": "fokus48.png",
        "128": "fokus128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "fokus.min.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}