MainRef Text Highlights
MainRef AI automatic text highlight tool that enhances your reading experience
MainRef Text Highlightsとは何ですか?
MainRef Text HighlightsはMainRef.comによって開発されたChromeの拡張機能で、その主な機能は「MainRef AI automatic text highlight tool that enhances your reading experience」です。
拡張機能のスクリーンショット
MainRef Text Highlights拡張機能のCRXファイルをダウンロード
MainRef Text Highlights拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Welcome to MainRef, the innovative AI-powered tool for Automatic Text Highlight that enhances your reading experience by automatically highlighting important information in any text. Our cutting-edge technology intelligently identifies key phrases, keywords, and insights, allowing you to quickly grasp the essence of any document. With Automatic Text Highlight, you can effortlessly navigate through lengthy articles, research papers, or reports. Our advanced AI algorithms analyze the content and highlight the most relevant and significant sentences, saving you valuable time and effort ... It's free and no registration required.
拡張機能の基本情報
名前 | MainRef Text Highlights |
ID | ndhejkeefhocjkedbfamoooolcejhocp |
公式URL | https://chromewebstore.google.com/detail/mainref-text-highlights/ndhejkeefhocjkedbfamoooolcejhocp |
説明 | MainRef AI automatic text highlight tool that enhances your reading experience |
ファイルサイズ | 152 KB |
インストール数 | 71 |
現在のバージョン | 1.2.0 |
最終更新日 | 2023-12-04 |
公開日 | 2023-06-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | MainRef.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mainref.com |
プライバシーポリシーページのURL | https://mainref.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MainRef Text Highlights", "version": "1.2.0", "description": "MainRef AI automatic text highlight tool that enhances your reading experience", "manifest_version": 3, "author": "Mainref.com", "action": { "default_popup": "index.html", "default_title": "Get top Highlights" }, "permissions": [ "scripting", "activeTab", "storage" ], "host_permissions": [ "https:\/\/mainref.com\/*" ], "background": { "service_worker": "Worker.js" }, "icons": { "16": "Icons\/16.png", "32": "Icons\/32.png", "48": "Icons\/48.png", "128": "Icons\/128.png" } } |