Quibble

Maximize your time. Minimize your effort.

Quibble là gì?

Quibble là một tiện ích mở rộng Chrome được phát triển bởi https://getquibble.com, và tính năng chính của nó là "Maximize your time. Minimize your effort.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Quibble harnesses the capabilities of the latest AI learning tools to assist students in effortlessly answering their homework, quiz, and exam questions.

Features:

- Expert AI: Quibble uses the latest advancements in AI including GPT-4 to answer any question.
- Auto-Fill: Just click a single button and Quibble will select answers for the entire assignment for you.
- Explain Answers: Clicking the information button will provide a detailed explanation for the answer to a question so you can learn as you go.
- Universally Compatible: If your learning platform isn't compatible with Auto-Fill, just highlight text, right click, and select the context menu icon to display the answer. Alternatively, use the newly added Snipping Tool to take a screenshot of any question on your page, including questions with diagram images!
- Utmost Privacy & Security: Operates privately atop your LMS platform without tapping into its API. Your academic integrity remains intact.

Quick Setup Guide:

1. Install Quibble from the Chrome Store.
2. Create an account on our website: https://getquibble.com
3. Login through the extension to your Quibble account.

What's new:
v0.3.0:
- Added "Snipping Tool": Using the power of AI Vision, Quibble now allows you to take screenshots of any part of a webpage to answer a question with images
-Various small bug fixes and improvements
v0.2.2:
-McGraw Hill Full Auto-Select Functionality
v0.2.1:
- Right-Click feature now supports all URLs
- Integration with newer version of Blackboard
- Canvas auto-fill now tracks answered questions correctly
- Fixed minor issue with chrome local storage settings
v0.2: 
- Added McGraw Hill Auto-Select Support
- Fixed minor issue with Canvas Auto-Fill
- Fixed "Expert Mode" switch toggle issue

Known issues:
- Some versions of Blackboard display two boxes when right clicking to get answer from selected text. This does not use two of your questions.
- Not all types of questions in the newer version of Blackboard work with auto-fill.                    

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

Tên Quibble Quibble
ID mcfhacohbkkfkbdfkbeolmjfnbhgjhan
URL Chính Thức https://chromewebstore.google.com/detail/quibble/mcfhacohbkkfkbdfkbeolmjfnbhgjhan
Mô tả Maximize your time. Minimize your effort.
Kích Thước Tệp 64.18 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2023-09-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://getquibble.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.getquibble.com
URL Trang Trợ Giúp https://getquibble.com/pages/contact
URL Trang Chính Sách Bảo Mật https://getquibble.com/policies/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quibble",
    "description": "Maximize your time. Minimize your effort.",
    "version": "0.3.0",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "dist\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon.png"
        }
    }
}