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.
擴展基本資訊
名稱 | CodinGame Toolbox |
ID | jhfehgjigbenebpninokfejjgkcnjbkh |
官方網址 | 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" ] } |