CodeHelper
A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions.
Wat is CodeHelper?
CodeHelper is een Chrome-extensie ontwikkeld door https://www.m123.me, en de belangrijkste functie is "A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions.".
Extensie Screenshots
Download het CRX-bestand van de extensie CodeHelper
Download CodeHelper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CodeHelper |
ID | mkoiingphjajbahdgeeilgaldkhchpia |
Officiële URL | https://chromewebstore.google.com/detail/codehelper/mkoiingphjajbahdgeeilgaldkhchpia |
Beschrijving | A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions. |
Bestandsgrootte | 519 KB |
Aantal Installaties | 64 |
Huidige Versie | 0.3.2 |
Laatst Bijgewerkt | 2018-11-26 |
Publicatiedatum | 2018-11-26 |
Ontwikkelaar | https://www.m123.me |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |