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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Search Assist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}