Search Assist
An extension for organizing and documenting internet research.
Search Assist là gì?
Search Assist là một tiện ích mở rộng Chrome được phát triển bởi Pointer Solutions, LLC, và tính năng chính của nó là "An extension for organizing and documenting internet research.".
Ả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 Search Assist
Tải xuống các tệp mở rộng Search Assist 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
Search Assist records your search history, along with any Notes or Tags you make on each page, under a Search Name you enter. In this way, you can review, edit, document, and continue searches much more efficiently than the standard search history and bookmarks. Separate searches can be saved and documented under different search names - and saved to a PDF file with live links for documentation. If you are frequently frustrated when doing extended Google searches - emailing yourself links, making a document of notes off to the side, saving items to a note taking app, and trying to keep track of bookmarks, Search Assist can help you out. The work was motivated by my daughter's research during her PhD. Like me, she needed a better tool to document her searches. I hope you find it helpful! Enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Search Assist |
ID | abnekaligdljpnkhenodalkmeejmbaph |
URL Chính Thức | https://chromewebstore.google.com/detail/search-assist/abnekaligdljpnkhenodalkmeejmbaph |
Mô tả | An extension for organizing and documenting internet research. |
Kích Thước Tệp | 113 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 2.1.4 |
Cập Nhật Lần Cuối | 2023-03-31 |
Ngày Phát Hành | 2020-02-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Pointer Solutions, LLC |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.pointersolutionsllc.com/searchassistprivacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Assist", "description": "An extension for organizing and documenting internet research.", "version": "2.1.4", "browser_action": { "default_title": "Search Assist", "default_icon": "SA_Icon.png", "default_popup": "popup.html" }, "icons": { "16": "SA_Icon_16.png", "48": "SA_Icon_48.png", "128": "SA_Icon_128.png" }, "background": { "scripts": [ "event_script.js", "lz-string.js" ], "persistent": true }, "permissions": [ "tabs", "storage" ] } |