Keywords Highlighter
a chrome extension that highlights keywords on web pages, making it easy to find or skip information
Keywords Highlighterとは何ですか?
Keywords HighlighterはMaxim Zhukovによって開発されたChromeの拡張機能で、その主な機能は「a chrome extension that highlights keywords on web pages, making it easy to find or skip information」です。
拡張機能のスクリーンショット
Keywords Highlighter拡張機能のCRXファイルをダウンロード
Keywords Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing Keyword Highlighter - the must-have Chrome extension for anyone who wants to quickly and easily find or skip information on web pages. With Keyword Highlighter, you can highlight keywords of your choice on any webpage, making it a breeze to find the information you're looking for. Whether you're a job seeker scanning job descriptions for specific keywords or an HR professional searching for qualified candidates, this extension is the perfect tool for you. You can highlight both positive and negative keywords, giving you the power to easily filter out irrelevant information and focus only on the content that matters to you. Plus, the extension is incredibly easy to use - simply install it and start highlighting! But that's not all - Keyword Highlighter also comes equipped with a variety of features to make your browsing experience even better. You can easily customize the colors and styles of your highlights, create and save multiple highlight sets for different use cases, and even set up automatic highlighting rules for certain websites. Don't hesitate, install Keyword Highlighter now and enjoy effortless web browsing!
拡張機能の基本情報
名前 | Keywords Highlighter |
ID | lmaonnpepldfnbkbmhkkficpmjdlojnn |
公式URL | https://chromewebstore.google.com/detail/keywords-highlighter/lmaonnpepldfnbkbmhkkficpmjdlojnn |
説明 | a chrome extension that highlights keywords on web pages, making it easy to find or skip information |
ファイルサイズ | 139 KB |
インストール数 | 376 |
現在のバージョン | 0.0.6 |
最終更新日 | 2023-05-23 |
公開日 | 2023-05-06 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Maxim Zhukov |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/FSou1/Keywords-Highlighter |
ヘルプページのURL | https://github.com/FSou1/Keywords-Highlighter |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Keywords Highlighter", "version": "0.0.6", "description": "a chrome extension that highlights keywords on web pages, making it easy to find or skip information", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |