Science Research Assistant

Search for scientific information as quickly as possible while researching and writing scientific papers.

¿Qué es Science Research Assistant?

Science Research Assistant es una extensión de Chrome desarrollada por Science Research Tools, y su función principal es "Search for scientific information as quickly as possible while researching and writing scientific papers.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Science Research Assistant

Descarga archivos de extensión Science Research Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Science Research Assistant is a browser extension that helps scientists, journalists, and readers to find and utilize the existing body of scientific research. Finding facts and information as efficiently and quickly as possible is always priority while researching and writing your own thesis.

Its algorithm summarizes the text on any web page, providing the most frequently used keywords and phrases and highlighting key information. You can tweak the algorithm by providing your own rules. This will help you to quickly go through the most important information on any web page, including lengthy scientific papers that might contain a couple thousand words, or sometimes even more.

After that, you can select any keyword or phrase on any web page and quickly search on thousands scientific journals for that keyword (via Plos, BMJ, PubMed, BioMed, Nature, Wiley, Elsevier, NIH, FDA and many others).  You can also create your own keyword for search. We strive to give priority to open access journals, but understand the scientific importance of each and every information source.

Moreover, there are useful meta-search options and other tools which might help you in your search for scientific information.

Even if you are still not decided on your hypothesis or the topic of your interest, this tool can help you to quickly navigate through the massive amounts of information available. For example, using the News or Trends option, you can quickly learn how popular some topic is and is likely to become over the time, and even get some related suggestions and ideas.

Science Research Assistant will help you to:
· Search and analyze the complex structure of web information
· Use inductive or deductive research methods for scientific discovery
· Choose a writing topic and/or hypothesis
· Find scientific journal articles
· Find books
· Use helpful meta-search patterns to dig deeper into the web
· Find patents
· Narrowing down your writing theme
· Expanding information horizontally in order to find a more appropriate writing theme
· Find definitions
· Track news and trends

We always welcome suggestions on what science sources and useful tools to include in future releases of the Science Research Assistant, so do not hesitate to contact us by using the provided form in the settings section.

Usage:
- Keyword analysis – click the right mouse button and then choose “Keyword frequency analysis (beta)” from the context menu.
- Keyword distribution – click on the highlighted keyword to see all its appearances in the text.
- Keywords analysis settings overlay – choose the number of words in a keyword phrase (one to five) and the minimum required frequency within the text (from two to 10) you would like to get analysis for. Click the refresh button or remove the results button to remove the analysis.
- Selection search – select any word in text on a web page, click the right mouse button, and choose “Science search for ..” from your context menu. This activates a search of various journals and web tools (see settings popup).
- Settings/Manual search – click on the extension icon in the top right corner of your web browser to get a settings/manual search popup; all your changes will be automatically saved.

Change log
------------
1.0.2 
* Processing speed improvement

2.0.1
Added
* New categories (physics/math/tech/computer science, social sciences)
* Patents search
* New databases

Thanks for all feedback!                    

Información Básica de la Extensión

Nombre Science Research Assistant Science Research Assistant
ID ceacgaccjcomdbnoodjpllihjmeflfmg
URL Oficial https://chromewebstore.google.com/detail/science-research-assistan/ceacgaccjcomdbnoodjpllihjmeflfmg
Descripción Search for scientific information as quickly as possible while researching and writing scientific papers.
Tamaño del Archivo 20.71 KB
Cantidad de Instalaciones 31,630
Versión Actual 2.0.2
Última Actualización 2019-02-27
Fecha de Publicación 2019-02-27
Calificación 4.80/5 Total de 20 Calificaciones
Desarrollador Science Research Tools
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.steadyhealth.com/science-research-assistant-browser-extension-plugin-addon
URL de la Página de Ayuda http://www.steadyhealth.com/science-research-assistant-browser-extension-plugin-addon#usage
URL de la Página de Política de Privacidad http://www.steadyhealth.com/polices/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Science Research Assistant",
    "description": "Search for scientific information as quickly as possible while researching and writing scientific papers.",
    "version": "2.0.2",
    "background": {
        "scripts": [
            "data.min.js",
            "background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.min.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}