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
公式URL 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
Eメール [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"
    }
}