StorIt

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

StorIt क्या है?

StorIt jawerty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly get academic journals related to the page you're on."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में StorIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}