Crack Potatoes

Busca la solución de cualquier ejercicio hecho con Hot Potatoes

Crack Potatoes là gì?

Crack Potatoes là một tiện ích mở rộng Chrome được phát triển bởi ProsoLAB, và tính năng chính của nó là "Busca la solución de cualquier ejercicio hecho con Hot Potatoes".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Crack Potatoes es una extensión para Google Chrome capaz de resolver la gran parte de los ejercicios creados con el software Hot Potatoes. Una vez instalada, se actualiza automáticamente frente a posibles enmendamientos de fallos de seguridad.
Su manejo es muy sencillo. Al entrar en una página web con un ejercicio válido, este será resuelto automáticamente, de forma que el usuario solo tendrá que hacer click en el botón de "Enviar".                    

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

Tên Crack Potatoes Crack Potatoes
ID eknoimpjjcbdaefkkdemeepjbbejdfna
URL Chính Thức https://chromewebstore.google.com/detail/crack-potatoes/eknoimpjjcbdaefkkdemeepjbbejdfna
Mô tả Busca la solución de cualquier ejercicio hecho con Hot Potatoes
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2018-01-09
Ngày Phát Hành 2018-01-09
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển ProsoLAB
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crack Potatoes",
    "version": "0.0.5",
    "description": "Busca la soluci\u00f3n de cualquier ejercicio hecho con Hot Potatoes",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "crack.png",
        "default_title": "Crack Potatoes",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "jquery.js",
        "cracks\/jquiz.js",
        "cracks\/jcloze.js",
        "cracks\/jcloze_old.js",
        "cracks\/jcross.js",
        "cracks\/jmatch.js",
        "cracks\/jmatch_draggable.js",
        "cracks\/jmix.js",
        "cracks\/jmix_draggable.js"
    ],
    "manifest_version": 2
}