View Background Image

"View Background Image" in context menu.

什麼是View Background Image?

View Background Image是由foooomio開發的Chrome擴展程式,該擴展的主要功能是“"View Background Image" in context menu.”。

擴展截圖

screenshot

下載View Background Image擴展crx文件

下載View Background Image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 View Background Image View Background Image
ID cegndknljaapfbnmfnagomhhgbajjibd
官方網址 https://chromewebstore.google.com/detail/view-background-image/cegndknljaapfbnmfnagomhhgbajjibd
簡介 "View Background Image" in context menu.
檔案大小 55.91 KB
安裝次數 30,960
目前版本 2.10.2
更新時間 2021-12-14
上架時間 2020-07-02
評分 3.45/5 共 143 次評分
開發者 foooomio
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/foooomio/view-background-image
隱私政策頁面URL https://foooomio.net/extensions/privacy-policy.html
支援的語言 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"
    }
}