Science Research Assistant

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

Cos'è Science Research Assistant?

Science Research Assistant è un'estensione di Chrome sviluppata da Science Research Tools, e la sua funzione principale è "Search for scientific information as quickly as possible while researching and writing scientific papers.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Science Research Assistant

Scarica i file di estensione Science Research Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Science Research Assistant Science Research Assistant
ID ceacgaccjcomdbnoodjpllihjmeflfmg
URL Ufficiale https://chromewebstore.google.com/detail/science-research-assistan/ceacgaccjcomdbnoodjpllihjmeflfmg
Descrizione Search for scientific information as quickly as possible while researching and writing scientific papers.
Dimensione del File 20.71 KB
Conteggio Installazioni 31,630
Versione Corrente 2.0.2
Ultimo Aggiornamento 2019-02-27
Data di Pubblicazione 2019-02-27
Valutazione 4.80/5 Totale 20 Valutazioni
Sviluppatore Science Research Tools
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.steadyhealth.com/science-research-assistant-browser-extension-plugin-addon
URL della Pagina di Aiuto http://www.steadyhealth.com/science-research-assistant-browser-extension-plugin-addon#usage
URL della Pagina della Politica sulla Privacy http://www.steadyhealth.com/polices/privacy
Lingue Supportate 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"
    ]
}