View Background Image

"View Background Image" in context menu.

Qu'est-ce que View Background Image ?

View Background Image est une extension Chrome développée par foooomio, et sa fonction principale est ""View Background Image" in context menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension View Background Image

Téléchargez les fichiers d'extension View Background Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom View Background Image View Background Image
ID cegndknljaapfbnmfnagomhhgbajjibd
URL Officiel https://chromewebstore.google.com/detail/view-background-image/cegndknljaapfbnmfnagomhhgbajjibd
Description "View Background Image" in context menu.
Taille du Fichier 55.91 KB
Nombre d'Installations 30,960
Version Actuelle 2.10.2
Dernière Mise à Jour 2021-12-14
Date de Publication 2020-07-02
Évaluation 3.45/5 Total 143 Évaluations
Développeur foooomio
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/foooomio/view-background-image
URL de la Page de Politique de Confidentialité https://foooomio.net/extensions/privacy-policy.html
Langues Prises en Charge 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"
    }
}