StorIt

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

ما هو StorIt؟

StorIt هو إضافة Chrome تم تطويرها بواسطة jawerty، والميزة الرئيسية لها هي "Instantly get academic journals related to the page you're on.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة StorIt

قم بتنزيل ملفات الامتداد StorIt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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",
        ""
    ]
}