老司机编码助手
此扩展提供了快捷方式为您进行编码和解码。
What is 老司机编码助手?
老司机编码助手 is a Chrome extension developed by dsh0416, and its main feature is "此扩展提供了快捷方式为您进行编码和解码。".
Extension Screenshots
Download 老司机编码助手 Extension CRX File
Download 老司机编码助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
此扩展提供了快捷方式为您进行编码和解码。 目前提供莫尔斯电码、BASE64、伏羲六十四卦 三种编码和解码方式。 更新日志 ======= v0.1.3 优化界面 新增磁力链接自动补全 v0.1.2 新增伏羲六十四卦编码 v0.1.1 全新的界面! 修复了部分机型的乱码问题 v0.1 首次发布
Extension Basic Information
Name | 老司机编码助手 |
ID | fimkjebbomamhcamiebchfaiaenggpka |
Official URL | https://chromewebstore.google.com/detail/%E8%80%81%E5%8F%B8%E6%9C%BA%E7%BC%96%E7%A0%81%E5%8A%A9%E6%89%8B/fimkjebbomamhcamiebchfaiaenggpka |
Description | 此扩展提供了快捷方式为您进行编码和解码。 |
File Size | 741 KB |
Installation Count | 4,705 |
Current Version | 0.1.3 |
Last Updated | 2016-01-02 |
Publish Date | 2016-01-02 |
Rating | 4.85/5 Total 66 Ratings |
Developer | dsh0416 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "manifest_version": 2, "name": "\u8001\u53f8\u673a\u7f16\u7801\u52a9\u624b", "description": "\u6b64\u6269\u5c55\u63d0\u4f9b\u4e86\u5feb\u6377\u65b9\u5f0f\u4e3a\u60a8\u8fdb\u884c\u7f16\u7801\u548c\u89e3\u7801\u3002", "version": "0.1.3", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "512": ".\/img\/icon.png", "128": ".\/img\/128.png" }, "permissions": [], "browser_action": { "default_icon": ".\/img\/icon.png", "default_popup": "popup.html" } } |