nimdone
PubMed assistant for nimdone web application
nimdone là gì?
nimdone là một tiện ích mở rộng Chrome được phát triển bởi nimdone Inc, và tính năng chính của nó là "PubMed assistant for nimdone web application".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng nimdone
Tải xuống các tệp mở rộng nimdone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Fast way to organize your library and an even faster way to make PowerPoint presentations. 1-click access to PDF on PubMed allows you quick access and an easy way to save and organize papers into a library. When you finish the selection of papers, nimdone will be your virtual assistant as you start making the powerpoint presentation. Open the PDF in our ‘ reader view’, highlight the text/image you wish to be on the slide and nimdone will autoimport the content with associated citation onto a slide outline. When the outline is ready, click on the various layouts to see the outline transformed into a sleek presentation. No more formatting and reformatting hassles, no more copying pasting citations. It really is that simple! In case you have any questions email us at [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | nimdone |
ID | cnhjemplokjcfmedeffljeljjgkdbihl |
URL Chính Thức | https://chromewebstore.google.com/detail/nimdone/cnhjemplokjcfmedeffljeljjgkdbihl |
Mô tả | PubMed assistant for nimdone web application |
Kích Thước Tệp | 2.07 MB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.0.0.14 |
Cập Nhật Lần Cuối | 2022-12-02 |
Ngày Phát Hành | 2021-11-11 |
Nhà Phát Triển | nimdone Inc |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.nimdone.com |
URL Trang Chính Sách Bảo Mật | https://www.nimdone.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nimdone", "version": "0.0.0.14", "version_number": "35a4596712ebf4db628ee5e60301166ccf7f7a8f", "description": "PubMed assistant for nimdone web application", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "permissions": [ "storage", "tabs", "webRequest", "*:\/\/pubmed.ncbi.nlm.nih.gov\/*" ], "background": { "scripts": [ "static\/js\/background.js" ] }, "content_scripts": [ { "js": [ "static\/js\/contentPubMed.js" ], "matches": [ "*:\/\/pubmed.ncbi.nlm.nih.gov\/*" ] } ], "web_accessible_resources": [ "bootstrap.min.css", "images\/*", "styles.css" ], "icons": { "128": "beta_logo.png" }, "browser_action": { "default_icon": { "128": "beta_logo.png" }, "default_title": "nimdone", "default_popup": "popup.html" } } |