j-play

Interact with a Jeopardy! game on the J-Archive website.

j-play là gì?

j-play là một tiện ích mở rộng Chrome được phát triển bởi Wayne Davison, và tính năng chính của nó là "Interact with a Jeopardy! game on the J-Archive website.".

Ả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 j-play

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

                        This extension modifies the content of the https://www.j-archive.com/ pages to provide a way for you to play along with the archived Jeopardy! games in the style of the tv-show.

To use it, view any Jeopardy! game on the j-archive site and press one of the "Start" buttons that the extension adds to the webpage.  You will be presented with a game board that you can step through using the spacebar, or click on clues of your own choosing.  Keep track of your "Coryat" score as you go and compare it to the combined "Coryat" score for the game. Use the help button to see how to interact with the game.

A NOTE about broken images:  the J-archive site itself seems to have a lot of trouble with broken images in their clues, so if you see a broken resource, this is due to the site itself and not the fault of j-play.  If enough people bug the J-archive site about it maybe it will get fixed.

Some recent releases:

1.4.0 - Handle website change for clue & response markup.
1.3.3 - Improved Coryat handling; handle domain w/o "www".
1.3.2 - Leave typing unaffected into input fields such as search.
1.3.1 - Handle all the upcoming guest hosts. Simplified w/o jQuery.
1.3.0 - Handle https switchover & Ken as the first guest host.
1.2.9 &
1.2.8 - Added tie-breaker clue support (for rare tournaments).
1.2.7 - Improved the responses when Alex supplies extra info.
1.2.6 - Fixed some new formatting issues.
1.2.5 - Fixed breakage due to Chrome extension changes.
1.2.4 - Add text shadows.
1.2.3 &
1.2.2 - more response-parsing improvements
1.2.1 - handle banter and links in FJ clues
1.2.0 - add toggle for upper-casing clue text                    

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

Tên j-play j-play
ID cgaeacdlahcfkbhcabkgpahkccbfppbm
URL Chính Thức https://chromewebstore.google.com/detail/j-play/cgaeacdlahcfkbhcabkgpahkccbfppbm
Mô tả Interact with a Jeopardy! game on the J-Archive website.
Kích Thước Tệp 27.2 KB
Số Lần Cài Đặt 1,232
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2023-04-15
Ngày Phát Hành 2014-09-27
Đánh Giá 3.71/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Wayne Davison
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://opencoder.net/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "j-play",
    "description": "Interact with a Jeopardy! game on the J-Archive website.",
    "version": "1.4.0",
    "icons": {
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "stylecontent.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*.j-archive.com\/showgame*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.j-archive.com\/showgame*"
    ]
}