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" ] } |