Image File Name Popup
Image file name popup.
什么是Image File Name Popup?
Image File Name Popup是由macha开发的Chrome扩展程序,该扩展的主要功能是“Image file name popup.”。
扩展截图
下载Image File Name Popup扩展crx文件
下载Image File Name Popup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
image file name popup.
Show pop-up when you place the cursor over the image. 扩展基本信息
| 名称 | |
| ID | ciifjhaiolekjnnekkbnnidegmmcjlca |
| 官方URL | https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca |
| 简介 | Image file name popup. |
| 文件大小 | 90.51 KB |
| 安装次数 | 341 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-01-05 |
| 上架时间 | 2015-01-05 |
| 评分 | 4.00/5 共6次评分 |
| 开发者 | macha |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"all_frames": true,
"css": [
"css\/style.css"
],
"js": [
"jquery.min.js",
"script.js",
"js\/TweenMax.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Image file name popup.",
"name": "Image File Name Popup",
"permissions": [
"background",
"tabs"
],
"browser_action": {
"default_icon": {
"19": "pictos\/32.png",
"38": "pictos\/128.png"
},
"default_title": "Img File Name Popup"
},
"background": {
"scripts": [
"background.js",
"jquery.min.js"
]
},
"manifest_version": 2,
"version": "1.0"
} | |