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 |
| 官方網址 | 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"
} | |