md5sum
This extension outputs MD5 message digest by right-clicking on link or drag-and-drop files.
什么是md5sum?
md5sum是由eichisanden开发的Chrome扩展程序,该扩展的主要功能是“This extension outputs MD5 message digest by right-clicking on link or drag-and-drop files.”。
扩展截图
下载md5sum扩展crx文件
下载md5sum扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show md5sum, line-feed code and file encoding by Drag-and-drop on browserAction.
You can see md5sum, encoding, line feed and file contents by opening context menu on link. 扩展基本信息
| 名称 | |
| ID | ejgcoblphdbnaednpcfjacbbkdnmamlc |
| 官方URL | https://chrome.google.com/webstore/detail/md5sum/ejgcoblphdbnaednpcfjacbbkdnmamlc |
| 简介 | This extension outputs MD5 message digest by right-clicking on link or drag-and-drop files. |
| 文件大小 | 640 KB |
| 安装次数 | 90 |
| 当前版本 | 1.5 |
| 更新时间 | 2019-04-10 |
| 上架时间 | 2019-04-10 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | eichisanden |
| 付费类型 | free |
| 扩展官网 | https://github.com/eichisanden/md5sum |
| 帮助页面URL | https://github.com/eichisanden/md5sum |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "md5sum",
"short_name": "md5sum",
"version": "1.5",
"manifest_version": 2,
"description": "This extension outputs MD5 message digest by right-clicking on link or drag-and-drop files.",
"background": {
"persistent": false,
"scripts": [
"js\/lib\/md5.js",
"js\/background.js"
]
},
"browser_action": {
"default_title": "md5sum"
},
"icons": {
"16": "images\/icon_016.png",
"48": "images\/icon_048.png",
"128": "images\/icon_128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"contextMenus",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |