CodeHelper

A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions.

CodeHelperとは何ですか?

CodeHelperはhttps://www.m123.meによって開発されたChromeの拡張機能で、その主な機能は「A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions.」です。

拡張機能のスクリーンショット

screenshot

CodeHelper拡張機能のCRXファイルをダウンロード

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