Fokus

Emphasized text-highlighting

Fokus là gì?

Fokus là một tiện ích mở rộng Chrome được phát triển bởi hakim.elhattab, và tính năng chính của nó là "Emphasized text-highlighting".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fokus

Tải xuống các tệp mở rộng Fokus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fokus Fokus
ID flkkpmjbbpijiedjdgnhkcgopgnflehe
URL Chính Thức https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe
Mô tả Emphasized text-highlighting
Kích Thước Tệp 10.25 KB
Số Lần Cài Đặt 1,157
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2012-09-30
Ngày Phát Hành 2012-09-30
Đánh Giá 4.37/5 Tổng số 27 Đánh Giá
Nhà Phát Triển hakim.elhattab
Loại Thanh Toán free
Trang Web Mở Rộng http://lab.hakim.se/fokus
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}