Page Gallery
Displays a gallery of the images on the current page with filtering and sorting.
Page Gallery क्या है?
Page Gallery https://jakobkallin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a gallery of the images on the current page with filtering and sorting."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Page Gallery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Looking through a confusing image gallery or trying to find the largest version of an image on a page? Open the Page Gallery and see every image in a handy overview with filtering and sorting!
एक्सटेंशन की मूल जानकारी
नाम | Page Gallery |
ID | akpgagdbjionahjaiopopkiopakcoebp |
आधिकारिक URL | https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp |
विवरण | Displays a gallery of the images on the current page with filtering and sorting. |
फ़ाइल का आकार | 16.85 KB |
स्थापना संख्या | 900 |
वर्तमान संस्करण | 0.0.0.3 |
अंतिम अपडेट | 2017-02-10 |
प्रकाशन तिथि | 2017-02-10 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | https://jakobkallin.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Page Gallery", "version": "0.0.0.3", "description": "Displays a gallery of the images on the current page with filtering and sorting.", "author": "Jakob Kallin", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "images\/icon-16.png", "default_title": "Show page gallery", "default_popup": "popup.html" } } |