CodeHelper
A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions.
CodeHelperคืออะไร?
CodeHelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.m123.me และคุณลักษณะหลักของมันคือ "A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeHelper
ดาวน์โหลดไฟล์ส่วนขยาย CodeHelper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
During the development process, I often encounter similar small requests for parsing timestamps or generating an MD5. Every time I need to search online tools through search engines, I am very troublesome. I hope this gadget can help.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CodeHelper |
ID | mkoiingphjajbahdgeeilgaldkhchpia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codehelper/mkoiingphjajbahdgeeilgaldkhchpia |
คำอธิบาย | A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions. |
ขนาดไฟล์ | 519 KB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 0.3.2 |
อัปเดตครั้งล่าสุด | 2018-11-26 |
วันที่เผยแพร่ | 2018-11-26 |
ผู้พัฒนา | https://www.m123.me |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_pluginName__", "version": "0.3.2", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "__MSG_pluginDesc__", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "default_locale": "en_US", "browser_action": { "name": "__MSG_pluginName__", "default_title": "__MSG_pluginDesc__", "default_popup": "popup.html" }, "web_accessible_resources": [ "Fonts\/*.*", "*.ttf", "*.eot", "*.svg", "*.woff", "*.woff2" ] } |