CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
CodinGame Toolbox là gì?
CodinGame Toolbox là một tiện ích mở rộng Chrome được phát triển bởi Husenap, và tính năng chính của nó là "An extension containing some handy tools for the CodinGame website".
Tải xuống tệp CRX của tiện ích mở rộng CodinGame Toolbox
Tải xuống các tệp mở rộng CodinGame Toolbox 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
Tools: - Turn the page into a chat only tab, nothing else. - Remove the chat entirely and fill out the rest of the space with the current page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CodinGame Toolbox |
ID | jhfehgjigbenebpninokfejjgkcnjbkh |
URL Chính Thức | https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh |
Mô tả | An extension containing some handy tools for the CodinGame website |
Kích Thước Tệp | 52.99 KB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-11-26 |
Ngày Phát Hành | 2016-11-26 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Husenap |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodinGame Toolbox", "version": "1.2", "description": "An extension containing some handy tools for the CodinGame website", "author": "Husenap", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "declarativeContent" ] } |