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.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | mkoiingphjajbahdgeeilgaldkhchpia | 
| 官方網址 | 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"
    ]
}  |  |