Image gallery
Extension to save links of images and gifs
Was ist Image gallery?
Image gallery ist eine Chrome-Erweiterung, die von Hyperpower entwickelt wurde, und ihr Hauptmerkmal ist "Extension to save links of images and gifs".
Erweiterungsscreenshots
Image gallery-Erweiterungs-CRX-Datei herunterladen
Laden Sie Image gallery-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eopjpiaipnhmamienhcdapckoojoiacm |
| Offizielle URL | https://chromewebstore.google.com/detail/image-gallery/eopjpiaipnhmamienhcdapckoojoiacm |
| Beschreibung | Extension to save links of images and gifs |
| Dateigröße | 90.72 KB |
| Installationsanzahl | 1,836 |
| Aktuelle Version | 1.4.3 |
| Letztes Update | 2022-03-31 |
| Veröffentlichungsdatum | 2019-01-06 |
| Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
| Entwickler | Hyperpower |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |