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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CodeHelper

قم بتنزيل ملفات الامتداد CodeHelper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    ]
}