Reload Images

Reload images in Tab/Window using context menu.

Reload Imagesとは何ですか?

Reload Imagesはmubaidrによって開発されたChromeの拡張機能で、その主な機能は「Reload images in Tab/Window using context menu.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Reload Images拡張機能のCRXファイルをダウンロード

Reload Images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Reload Images Reload Images
ID mmpkgaclonhcgcmhladojjaindogpacc
公式URL https://chromewebstore.google.com/detail/reload-images/mmpkgaclonhcgcmhladojjaindogpacc
説明 Reload images in Tab/Window using context menu.
ファイルサイズ 9.79 KB
インストール数 9,403
現在のバージョン 2.5.2
最終更新日 2019-03-10
公開日 2019-03-10
評価 3.85/5 合計 13 レビュー
開発者 mubaidr
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/mubaidr/reloadImage/issues
対応言語 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"
}