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文件
下載Image gallery擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | eopjpiaipnhmamienhcdapckoojoiacm |
| 官方網址 | 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"
} | |