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文件

下載StorIt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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",
        ""
    ]
}