JoyReactor Improved - Image Viewer

A better and more functional window for viewing images on JoyReactor.

什麼是JoyReactor Improved - Image Viewer?

JoyReactor Improved - Image Viewer是由melserval開發的Chrome擴展程式,該擴展的主要功能是“A better and more functional window for viewing images on JoyReactor.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載JoyReactor Improved - Image Viewer擴展crx文件

下載JoyReactor Improved - Image Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This browser extension is for only for site old.reactor.cc and joyreactor.cc.

What does it do? - Changes the standard window of the JoyReaсtor site for viewing pictures to a more advanced one that allows the following:
1) correctly places the image within the window borders.
2) choice of viewing mode - in the browser window or full screen.
3) opening the image in its original size in full screen.
4) download an open image by clicking the button (You wanted this, right?)

Control:
Clicking on the picture in the list of posts will open it in the viewing window, if the cursor after that becomes a “plus”, then the picture can be viewed in its original size, then the second click will increase it to the maximum.

Download the image you are viewing - the down arrow button.

Open in full screen - button with arrows to the side, return as it was -
press the same button again, or escape on the keyboard.

Close the view window - click the button with a cross, or click outside the window (if the window is not full screen).                    

擴展基本資訊

名稱 JoyReactor Improved - Image Viewer JoyReactor Improved - Image Viewer
ID nfbhnnnfokpfbhlfioalinmfaggjjoia
官方網址 https://chromewebstore.google.com/detail/joyreactor-improved-image/nfbhnnnfokpfbhlfioalinmfaggjjoia
簡介 A better and more functional window for viewing images on JoyReactor.
檔案大小 20.45 KB
安裝次數 121
目前版本 1.0.0
更新時間 2023-04-21
上架時間 2023-04-10
評分 5.00/5 共 2 次評分
開發者 melserval
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "1.0.0",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/joyreactor.cc\/*",
                "*:\/\/*.reactor.cc\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/img\/*.*"
            ],
            "matches": [
                "*:\/\/joyreactor.cc\/*",
                "*:\/\/*.reactor.cc\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}