StorIt

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

StorIt là gì?

StorIt là một tiện ích mở rộng Chrome được phát triển bởi jawerty, và tính năng chính của nó là "Instantly get academic journals related to the page you're on.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StorIt

Tải xuống các tệp mở rộng StorIt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StorIt StorIt
ID eabffpcknkojflfdjcbfhpnppaahilpc
URL Chính Thức https://chrome.google.com/webstore/detail/storit/eabffpcknkojflfdjcbfhpnppaahilpc
Mô tả Instantly get academic journals related to the page you're on.
Kích Thước Tệp 1.63 MB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-02
Ngày Phát Hành 2016-03-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jawerty
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/jawerty/myAlgorithm/blob/main/README.md
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}