Search Assist

An extension for organizing and documenting internet research.

Qu'est-ce que Search Assist ?

Search Assist est une extension Chrome développée par Pointer Solutions, LLC, et sa fonction principale est "An extension for organizing and documenting internet research.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Search Assist

Téléchargez les fichiers d'extension Search Assist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Search Assist Search Assist
ID abnekaligdljpnkhenodalkmeejmbaph
URL Officiel https://chromewebstore.google.com/detail/search-assist/abnekaligdljpnkhenodalkmeejmbaph
Description An extension for organizing and documenting internet research.
Taille du Fichier 113 KB
Nombre d'Installations 43
Version Actuelle 2.1.4
Dernière Mise à Jour 2023-03-31
Date de Publication 2020-02-19
Évaluation 5.00/5 Total 3 Évaluations
Développeur Pointer Solutions, LLC
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.pointersolutionsllc.com/searchassistprivacy.html
Langues Prises en Charge 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"
    ]
}