Image gallery
Extension to save links of images and gifs
Image gallery란 무엇입니까?
Image gallery은(는) Hyperpower에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to save links of images and gifs"입니다.
확장 프로그램 스크린샷
Image gallery 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |