StorIt

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

Cos'è StorIt?

StorIt è un'estensione di Chrome sviluppata da jawerty, e la sua funzione principale è "Instantly get academic journals related to the page you're on.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione StorIt

Scarica i file di estensione StorIt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome StorIt StorIt
ID eabffpcknkojflfdjcbfhpnppaahilpc
URL Ufficiale https://chrome.google.com/webstore/detail/storit/eabffpcknkojflfdjcbfhpnppaahilpc
Descrizione Instantly get academic journals related to the page you're on.
Dimensione del File 1.63 MB
Conteggio Installazioni 45
Versione Corrente 1.0
Ultimo Aggiornamento 2016-03-02
Data di Pubblicazione 2016-03-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jawerty
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/jawerty/myAlgorithm/blob/main/README.md
Lingue Supportate 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",
        ""
    ]
}