CodeHelper
A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions.
Cos'è CodeHelper?
CodeHelper è un'estensione di Chrome sviluppata da https://www.m123.me, e la sua funzione principale è "A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CodeHelper
Scarica i file di estensione CodeHelper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mkoiingphjajbahdgeeilgaldkhchpia |
| URL Ufficiale | https://chromewebstore.google.com/detail/codehelper/mkoiingphjajbahdgeeilgaldkhchpia |
| Descrizione | A simple programmer assistant,providing time conversion, BASE64, MD5 encryption and other functions. |
| Dimensione del File | 519 KB |
| Conteggio Installazioni | 64 |
| Versione Corrente | 0.3.2 |
| Ultimo Aggiornamento | 2018-11-26 |
| Data di Pubblicazione | 2018-11-26 |
| Sviluppatore | https://www.m123.me |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |