CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
ما هو CodinGame Toolbox؟
CodinGame Toolbox هو إضافة Chrome تم تطويرها بواسطة Husenap، والميزة الرئيسية لها هي "An extension containing some handy tools for the CodinGame website".
تحميل ملف CRX للإضافة CodinGame Toolbox
قم بتنزيل ملفات الامتداد CodinGame Toolbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |