Image File Name Popup

Image file name popup.

Image File Name Popup là gì?

Image File Name Popup là một tiện ích mở rộng Chrome được phát triển bởi macha, và tính năng chính của nó là "Image file name popup.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image File Name Popup

Tải xuống các tệp mở rộng Image File Name Popup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        image file name popup.
Show pop-up when you place the cursor over the image.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image File Name Popup Image File Name Popup
ID ciifjhaiolekjnnekkbnnidegmmcjlca
URL Chính Thức https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca
Mô tả Image file name popup.
Kích Thước Tệp 90.51 KB
Số Lần Cài Đặt 341
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-01-05
Ngày Phát Hành 2015-01-05
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển macha
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}