Reload Images

Reload images in Tab/Window using context menu.

Wat is Reload Images?

Reload Images is een Chrome-extensie ontwikkeld door mubaidr, en de belangrijkste functie is "Reload images in Tab/Window using context menu.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Reload Images

Download Reload Images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extensions provides a simple way to reload image using context menu.
Just right on image and select "reload this image" or right click on page and click "reload all images" in Tab or Window.                    

Basisinformatie over de Extensie

Naam Reload Images Reload Images
ID mmpkgaclonhcgcmhladojjaindogpacc
Officiële URL https://chromewebstore.google.com/detail/reload-images/mmpkgaclonhcgcmhladojjaindogpacc
Beschrijving Reload images in Tab/Window using context menu.
Bestandsgrootte 9.79 KB
Aantal Installaties 9,403
Huidige Versie 2.5.2
Laatst Bijgewerkt 2019-03-10
Publicatiedatum 2019-03-10
Beoordeling 3.85/5 Totaal 13 Beoordelingen
Ontwikkelaar mubaidr
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/mubaidr/reloadImage/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/myscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Reload images in Tab\/Window using context menu.",
    "developer": {
        "name": "mubaidr",
        "url": "https:\/\/github.com\/mubaidr"
    },
    "homepage_url": "https:\/\/github.com\/mubaidr\/reloadImage",
    "icons": {
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "name": "Reload Images",
    "permissions": [
        "contextMenus"
    ],
    "version": "2.5.2"
}