CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
CodinGame Toolbox क्या है?
CodinGame Toolbox Husenap द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension containing some handy tools for the CodinGame website"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CodinGame Toolbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" ] } |