PDF annotator
PDF annotator for research papers + integrate ML in the future
PDF annotatorとは何ですか?
PDF annotatorはhectorlowによって開発されたChromeの拡張機能で、その主な機能は「PDF annotator for research papers + integrate ML in the future」です。
拡張機能のスクリーンショット
PDF annotator拡張機能のCRXファイルをダウンロード
PDF annotator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension to assist in annotating academia with following features. Features: - Create persistent highlights on uploaded pdf files (only in extension) - Add category and code to annotations - View annotations on sidebar - Click on item in sidebar to scroll to annotation location - Export annotations to excel format - Exported excel includes link to open extension and scroll to annotation position Disclaimer: This is an ongoing school project and updates will be made over the next 2 months
拡張機能の基本情報
名前 | PDF annotator |
ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
公式URL | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
説明 | PDF annotator for research papers + integrate ML in the future |
ファイルサイズ | 527 KB |
インストール数 | 349 |
現在のバージョン | 1.1.0 |
最終更新日 | 2022-03-05 |
公開日 | 2022-02-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | hectorlow |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF annotator", "version": "1.1.0", "description": "PDF annotator for research papers + integrate ML in the future", "manifest_version": 3, "background": [], "action": { "default_popup": "popup.html" }, "permissions": [], "web_accessible_resources": [ { "resources": [], "matches": [ "http:\/\/127.0.0.1\/*", "https:\/\/developer.chrome.com\/*" ] } ] } |