JoyReactor Improved - Image Viewer
A better and more functional window for viewing images on JoyReactor.
JoyReactor Improved - Image Viewer क्या है?
JoyReactor Improved - Image Viewer melserval द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better and more functional window for viewing images on JoyReactor."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JoyReactor Improved - Image Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | nfbhnnnfokpfbhlfioalinmfaggjjoia |
आधिकारिक URL | 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" } } |