View Background Image

"View Background Image" in context menu.

Hvad er View Background Image?

View Background Image er en Chrome-udvidelse udviklet af foooomio, og dens hovedfunktion er ""View Background Image" in context menu.".

Udvidelsesskærmbilleder

screenshot

Download View Background Image-udvidelses-CRX-fil

Download View Background Image-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn View Background Image View Background Image
ID cegndknljaapfbnmfnagomhhgbajjibd
Officiel URL https://chromewebstore.google.com/detail/view-background-image/cegndknljaapfbnmfnagomhhgbajjibd
Beskrivelse "View Background Image" in context menu.
Filstørrelse 55.91 KB
Antal Installationer 30,960
Nuværende Version 2.10.2
Senest Opdateret 2021-12-14
Udgivelsesdato 2020-07-02
Bedømmelse 3.45/5 Samlet 143 Bedømmelser
Udvikler foooomio
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/foooomio/view-background-image
URL til Fortrolighedspolitik Side https://foooomio.net/extensions/privacy-policy.html
Understøttede Sprog 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"
    }
}