Jelly

A Chrome extension to automatically create flashcards

Jelly là gì?

Jelly là một tiện ích mở rộng Chrome được phát triển bởi patricknaughton01, và tính năng chính của nó là "A Chrome extension to automatically create flashcards".

Ả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 Jelly

Tải xuống các tệp mở rộng Jelly 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

                                            

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

Tên Jelly Jelly
ID akjcaoaphdpachmanngejenhgoojflkb
URL Chính Thức https://chromewebstore.google.com/detail/jelly/akjcaoaphdpachmanngejenhgoojflkb
Mô tả A Chrome extension to automatically create flashcards
Kích Thước Tệp 1010 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-09-17
Ngày Phát Hành 2018-09-16
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển patricknaughton01
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jelly",
    "version": "0.4",
    "description": "A Chrome extension to automatically create flashcards",
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/jquery-3.3.1.min.js",
                "js\/quizletinject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/anki_logo.jpg",
        "img\/quizlet_logo.png",
        "img\/loading.gif",
        "html\/card-template.html",
        "html\/notification.html",
        "html\/anki\/text-fb-card.html"
    ],
    "permissions": [
        "storage",
        "identity",
        "tabs"
    ]
}