Image gallery
Extension to save links of images and gifs
Qu'est-ce que Image gallery ?
Image gallery est une extension Chrome développée par Hyperpower, et sa fonction principale est "Extension to save links of images and gifs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image gallery
Téléchargez les fichiers d'extension Image gallery au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Image gallery |
ID | eopjpiaipnhmamienhcdapckoojoiacm |
URL Officiel | https://chromewebstore.google.com/detail/image-gallery/eopjpiaipnhmamienhcdapckoojoiacm |
Description | Extension to save links of images and gifs |
Taille du Fichier | 90.72 KB |
Nombre d'Installations | 1,836 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2022-03-31 |
Date de Publication | 2019-01-06 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | Hyperpower |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |