StorIt

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

Qu'est-ce que StorIt ?

StorIt est une extension Chrome développée par jawerty, et sa fonction principale est "Instantly get academic journals related to the page you're on.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension StorIt

Téléchargez les fichiers d'extension StorIt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom StorIt StorIt
ID eabffpcknkojflfdjcbfhpnppaahilpc
URL Officiel https://chrome.google.com/webstore/detail/storit/eabffpcknkojflfdjcbfhpnppaahilpc
Description Instantly get academic journals related to the page you're on.
Taille du Fichier 1.63 MB
Nombre d'Installations 45
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-02
Date de Publication 2016-03-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur jawerty
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/jawerty/myAlgorithm/blob/main/README.md
Langues Prises en Charge 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",
        ""
    ]
}