CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
什么是CodinGame Toolbox?
CodinGame Toolbox是由Husenap开发的Chrome扩展程序,该扩展的主要功能是“An extension containing some handy tools for the CodinGame website”。
下载CodinGame Toolbox扩展crx文件
下载CodinGame Toolbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | jhfehgjigbenebpninokfejjgkcnjbkh |
| 官方URL | https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh |
| 简介 | An extension containing some handy tools for the CodinGame website |
| 文件大小 | 52.99 KB |
| 安装次数 | 117 |
| 当前版本 | 1.2 |
| 更新时间 | 2016-11-26 |
| 上架时间 | 2016-11-26 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Husenap |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |