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 |
官方網址 | 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" ] } |