XKCD Explainer
Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.
XKCD Explainer là gì?
XKCD Explainer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng XKCD Explainer
Tải xuống các tệp mở rộng XKCD Explainer 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
Do you find yourself occasionally puzzled by a reference on XKCD? Good news! Puzzle no more! This extension will add a button to every XKCD comic (appropriately named "Huh?") that will send you directly to the corresponding explainxkcd.com page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | XKCD Explainer |
ID | iicndfighifkfkpijajnnhhbdmnohcml |
URL Chính Thức | https://chromewebstore.google.com/detail/xkcd-explainer/iicndfighifkfkpijajnnhhbdmnohcml |
Mô tả | Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd. |
Kích Thước Tệp | 23.61 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-10-16 |
Ngày Phát Hành | 2018-10-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
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": "XKCD Explainer", "version": "1.0", "description": "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.", "icons": { "48": "icons\/xkcd.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.xkcd.com\/*" ], "js": [ "explain_xkcd.js" ] } ] } |