Search Assist
An extension for organizing and documenting internet research.
什么是Search Assist?
Search Assist是由Pointer Solutions, LLC开发的Chrome扩展程序,该扩展的主要功能是“An extension for organizing and documenting internet research.”。
扩展截图
下载Search Assist扩展crx文件
下载Search Assist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Search Assist |
ID | abnekaligdljpnkhenodalkmeejmbaph |
官方URL | https://chromewebstore.google.com/detail/search-assist/abnekaligdljpnkhenodalkmeejmbaph |
简介 | An extension for organizing and documenting internet research. |
文件大小 | 113 KB |
安装次数 | 43 |
当前版本 | 2.1.4 |
更新时间 | 2023-03-31 |
上架时间 | 2020-02-19 |
评分 | 5.00/5 共3次评分 |
开发者 | Pointer Solutions, LLC |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.pointersolutionsllc.com/searchassistprivacy.html |
支持的语言 | 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" ] } |