CodeHelper
A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions.
Vad är CodeHelper?
CodeHelper är en Chrome-tillägg utvecklad av https://www.m123.me, och dess huvudfunktion är "A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions.".
Tilläggsskärmbilder
Ladda ner CodeHelper-förlängningens CRX-fil
Ladda ner CodeHelper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mkoiingphjajbahdgeeilgaldkhchpia |
| Officiell webbadress | https://chromewebstore.google.com/detail/codehelper/mkoiingphjajbahdgeeilgaldkhchpia |
| Beskrivning | A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions. |
| Filstorlek | 519 KB |
| Antal Installationer | 64 |
| Aktuell Version | 0.3.2 |
| Senast Uppdaterad | 2018-11-26 |
| Publiceringsdatum | 2018-11-26 |
| Utvecklare | https://www.m123.me |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |