View Background Image

"View Background Image" in context menu.

View Background Image là gì?

View Background Image là một tiện ích mở rộng Chrome được phát triển bởi foooomio, và tính năng chính của nó là ""View Background Image" in context menu.".

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

screenshot

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

Tải xuống các tệp mở rộng View Background Image 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

                        Chrome extension that adds "View background image" to the context menu.

This extension requires permission to access your data on all websites for viewing background images.

If you have any problem:
1. Reload tabs.
2. Try reinstalling the extension.
3. Make sure you use the latest version of Chrome.
4. Report the issue on GitHub. (https://github.com/foooomio/view-background-image/issues)

This software is released under the MIT License.
https://github.com/foooomio/view-background-image                    

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

Tên View Background Image View Background Image
ID cegndknljaapfbnmfnagomhhgbajjibd
URL Chính Thức https://chromewebstore.google.com/detail/view-background-image/cegndknljaapfbnmfnagomhhgbajjibd
Mô tả "View Background Image" in context menu.
Kích Thước Tệp 55.91 KB
Số Lần Cài Đặt 30,960
Phiên Bản Hiện Tại 2.10.2
Cập Nhật Lần Cuối 2021-12-14
Ngày Phát Hành 2020-07-02
Đánh Giá 3.45/5 Tổng số 143 Đánh Giá
Nhà Phát Triển foooomio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/foooomio/view-background-image
URL Trang Chính Sách Bảo Mật https://foooomio.net/extensions/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.10.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}