SnippIt : Your Research Assistant

Web Research Made Recallable

SnippIt : Your Research Assistant란 무엇입니까?

SnippIt : Your Research Assistant은(는) Abhishek Pandey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Research Made Recallable"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SnippIt : Your Research Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Note taking while reading online simplified.
Just select the text and drag it a little. The selected text is saved for future reference in a searchable manner.

Many a times we do web research on various topics but making notes out of them is painful, either you have to copy paste in a separate software program or note it down.
This extension allows you to take notes in a seamless way by just dragging on a selected portion of text.                    

확장 프로그램 기본 정보

이름 SnippIt : Your Research Assistant SnippIt : Your Research Assistant
ID chpgafbedmdedmmpmokcdijedjdihdio
공식 URL https://chromewebstore.google.com/detail/snippit-your-research-ass/chpgafbedmdedmmpmokcdijedjdihdio
설명 Web Research Made Recallable
파일 크기 777 KB
설치 횟수 2,841
현재 버전 2.0.2
최근 업데이트 2023-07-17
출시 날짜 2019-03-08
평점 4.92/5 총 12 개의 평점
개발자 Abhishek Pandey
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnippIt : Your Research Assistant",
    "version": "2.0.2",
    "short_name": "snippit-your-library",
    "manifest_version": 2,
    "description": "Web Research Made Recallable",
    "homepage_url": "http:\/\/twitter.com\/pandeyone",
    "author": "abpa",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Snippit",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}