Image gallery

Extension to save links of images and gifs

Image gallery là gì?

Image gallery là một tiện ích mở rộng Chrome được phát triển bởi Hyperpower, và tính năng chính của nó là "Extension to save links of images and gifs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image gallery

Tải xuống các tệp mở rộng Image gallery dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image gallery Image gallery
ID eopjpiaipnhmamienhcdapckoojoiacm
URL Chính Thức https://chromewebstore.google.com/detail/image-gallery/eopjpiaipnhmamienhcdapckoojoiacm
Mô tả Extension to save links of images and gifs
Kích Thước Tệp 90.72 KB
Số Lần Cài Đặt 1,836
Phiên Bản Hiện Tại 1.4.3
Cập Nhật Lần Cuối 2022-03-31
Ngày Phát Hành 2019-01-06
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Hyperpower
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}