StorIt

Instantly get academic journals related to the page you're on.

StorIt란 무엇입니까?

StorIt은(는) jawerty에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly get academic journals related to the page you're on."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        StorIt is a plugin built for getting academic journals related to the page you're on. Made for anyone, college students, researchers, anyone who wants to dive deeper into a topic. 

Copyright © Jared Wright & Michael Chess

Open Source Code
https://github.com/michaelchess/StorIt                    

확장 프로그램 기본 정보

이름 StorIt StorIt
ID eabffpcknkojflfdjcbfhpnppaahilpc
공식 URL https://chrome.google.com/webstore/detail/storit/eabffpcknkojflfdjcbfhpnppaahilpc
설명 Instantly get academic journals related to the page you're on.
파일 크기 1.63 MB
설치 횟수 45
현재 버전 1.0
최근 업데이트 2016-03-02
출시 날짜 2016-03-02
평점 5.00/5 총 1 개의 평점
개발자 jawerty
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/jawerty/myAlgorithm/blob/main/README.md
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StorIt",
    "description": "Instantly get academic journals related to the page you're on.",
    "version": "1.0",
    "background": {
        "scripts": [
            "scripts\/vendor\/jquery-1.12.0.min.js",
            "scripts\/vendor\/jspos-0.2.2\/lexer.js",
            "scripts\/vendor\/jspos-0.2.2\/lexicon.js",
            "scripts\/vendor\/jspos-0.2.2\/POSTagger.js",
            "scripts\/vendor\/Readability.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "IT_LOGO_128.png",
        "48": "IT_LOGO_128.png",
        "128": "IT_LOGO_128.png"
    },
    "browser_action": {
        "default_icon": "IT_LOGO_128.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        ""
    ]
}