Fokus
Emphasized text-highlighting
什么是Fokus?
Fokus是由hakim.elhattab开发的Chrome扩展程序,该扩展的主要功能是“Emphasized text-highlighting”。
扩展截图
下载Fokus扩展crx文件
下载Fokus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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" ] } |