Image gallery
Extension to save links of images and gifs
Image gallery क्या है?
Image gallery Hyperpower द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to save links of images and gifs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image gallery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension that allows to save the links of images, they can be previewed from the gallery (pop-up) and from there, the links of the images can be opened in a new tab, copied to the clipboard or removed from the gallery. - When adding an image to the gallery, it is assigned a description by default "without description". - You can filter the list of images by description. - The available actions for an image are: copy link, delete, open in tab, edit description and download image.
एक्सटेंशन की मूल जानकारी
नाम | Image gallery |
ID | eopjpiaipnhmamienhcdapckoojoiacm |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-gallery/eopjpiaipnhmamienhcdapckoojoiacm |
विवरण | Extension to save links of images and gifs |
फ़ाइल का आकार | 90.72 KB |
स्थापना संख्या | 1,836 |
वर्तमान संस्करण | 1.4.3 |
अंतिम अपडेट | 2022-03-31 |
प्रकाशन तिथि | 2019-01-06 |
रेटिंग | 4.50/5 कुल 6 रेटिंग्स |
डेवलपर | Hyperpower |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_nombreExtension__", "version": "1.4.3", "description": "__MSG_descripcionExtension__", "icons": { "48": "icons\/iconoPrincipal-48.png", "96": "icons\/iconoPrincipal-96.png" }, "permissions": [ "storage", "contextMenus", "unlimitedStorage", "notifications", "alarms", "downloads" ], "background": { "scripts": [ "contextMenu.js" ] }, "browser_action": { "default_icon": "icons\/iconoPrincipal-48.png", "default_title": "__MSG_nombreExtension__", "default_popup": "popup\/elegir_gif.html" }, "default_locale": "en" } |