Full Window Image Viewer
View images on the current page as a slideshow.
Full Window Image Viewer क्या है?
Full Window Image Viewer http://toptip.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View images on the current page as a slideshow."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Full Window Image Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can easily view images of a page with Full Window Image Viewer extension. After the installation, you can click on the extension's icon to turn on the Image Viewer, or you can right-click on an image and select the Full Window Image Viewer menu to view the image. Full Window Image Viewer extension can also play a slideshow for all the images on the current web page.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | poakplgknboogmjglihkhdgpljkmajel |
आधिकारिक URL | https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel |
विवरण | View images on the current page as a slideshow. |
फ़ाइल का आकार | 37.48 KB |
स्थापना संख्या | 4,173 |
वर्तमान संस्करण | 3.2 |
अंतिम अपडेट | 2013-09-02 |
प्रकाशन तिथि | 2013-09-02 |
रेटिंग | 3.05/5 कुल 44 रेटिंग्स |
डेवलपर | http://toptip.ca |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Window Image Viewer", "version": "3.2", "manifest_version": 2, "description": "View images on the current page as a slideshow.", "browser_action": { "default_icon": { "19": "logo19.png", "38": "logo38.png" } }, "background": { "scripts": [ "imageviewerbg.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } } |